jufubao-third 1.0.11-beta6 → 1.0.11-beta7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -192,7 +192,9 @@ export default {
|
|
|
192
192
|
}else{
|
|
193
193
|
//支持补差, 提示是否使用补差
|
|
194
194
|
if(this.payThird){
|
|
195
|
-
|
|
195
|
+
if(this.skipTip === 'N'){
|
|
196
|
+
await this.handleConfirmAllWxPay();
|
|
197
|
+
}
|
|
196
198
|
}else{
|
|
197
199
|
//不支持补差,仅提示
|
|
198
200
|
return this.$xdAlert({content: "请选择兑换方式"})
|