jufubao-base 1.0.311-beta1 → 1.0.311-beta2
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
|
@@ -248,7 +248,7 @@ export default {
|
|
|
248
248
|
return;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
let path = this.getUrlCallback(this.my_card_url || this.backUrl)
|
|
251
|
+
let path = this.getUrlCallback(this.my_card_url || this.backUrl)+`?card_number=${this.card_number}`;
|
|
252
252
|
//有优惠券处理
|
|
253
253
|
if(this.hasCon){
|
|
254
254
|
this.toShowCouponDialog();
|
|
@@ -285,7 +285,7 @@ export default {
|
|
|
285
285
|
showClose: false,
|
|
286
286
|
success: (res) => {
|
|
287
287
|
if (res.confirm) {
|
|
288
|
-
let path = this.getUrlCallback(this.my_card_url || this.backUrl)
|
|
288
|
+
let path = this.getUrlCallback(this.my_card_url || this.backUrl)+`?card_number=${this.card_number}`;
|
|
289
289
|
this.$xdUniHelper.redirectTo({ url: path});
|
|
290
290
|
}else{
|
|
291
291
|
}
|