jufubao-base 1.0.312-beta2 → 1.0.312-beta3
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
|
@@ -419,13 +419,13 @@ export default {
|
|
|
419
419
|
.then((res) => {
|
|
420
420
|
this.createStatus = false;
|
|
421
421
|
this.openStatus = res.status;
|
|
422
|
+
this.main_order_id = res.main_order_id
|
|
422
423
|
if (res.alert_message) {
|
|
423
424
|
this.message = res.alert_message;
|
|
424
425
|
this.showMessage = true;
|
|
425
426
|
this.$xdHideLoading();
|
|
426
427
|
return
|
|
427
428
|
}
|
|
428
|
-
this.main_order_id = res.main_order_id
|
|
429
429
|
this.$xdHideLoading();
|
|
430
430
|
// if (res.need_pay_price > 0) {
|
|
431
431
|
// this.$xdUniHelper.redirectTo({
|
|
@@ -542,6 +542,7 @@ export default {
|
|
|
542
542
|
right: 28rpx;
|
|
543
543
|
top: 50%;
|
|
544
544
|
transform: translate(0, -50%);
|
|
545
|
+
z-index: 3000;
|
|
545
546
|
}
|
|
546
547
|
& > .input {
|
|
547
548
|
background: #fff3e6;
|