master
sws 2023-10-08 15:48:44 +08:00
parent 4629d913d1
commit 85baeb8d79
3 changed files with 839 additions and 847 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
<component-popup :propShow="is_show_payment_popup" propPosition="bottom" @onclose="payment_popup_event_close">
<view class="poupon-title padding-main tc text-size-md pr">
付款详情
<iconfont name="icon-huiyuan-guanbi" class="pa left-0 margin-left-main margin-top-xs" size="30rpx" color="#999"></iconfont>
<iconfont name="icon-huiyuan-guanbi" class="pa right-0 margin-right-main margin-top-xs" size="30rpx" color="#999" @tap="payment_popup_event_close"></iconfont>
</view>
<view class="payment-price tc padding-top-sm padding-bottom-sm br-b">
<text class="text-size-md">{{ currency_symbol }}</text>
@ -319,7 +319,7 @@
},
});
} else {
app.globalData.showToast('支付组件口不能为空');
app.globalData.showToast('支付组件口不能为空');
}
},
//
@ -390,7 +390,7 @@
msg: '支付成功后、请不要重复支付、如果订单状态未成功请联系客服处理',
is_show_cancel: 0,
});
//
//
this.$emit('reset-event');
},
fail: function (res) {

View File

@ -43,7 +43,7 @@
application_client_type: app.globalData.application_client_type(),
default_avatar: app.globalData.data.default_user_head_src,
cache_key: app.globalData.data.cache_user_base_personal_interval_time_key,
popup_status: true,
popup_status: false,
user: {},
user_avatar: '',
nickname: '',