订单逻辑修改
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
</view>
|
||||
|
||||
<!-- 支付方式 -->
|
||||
<view class="paymentMethod" v-if="storeInfo.registerType == 'munchies'">
|
||||
<!-- <view class="paymentMethod" v-if="storeInfo.registerType == 'munchies'">
|
||||
<view class="paymentMethod_content">
|
||||
<view class="paymentMethod_title">支付方式</view>
|
||||
<u-radio-group v-model="radiovalue" iconPlacement="right" @change="groupChange" :size="28"
|
||||
@@ -123,7 +123,10 @@
|
||||
</block>
|
||||
</u-radio-group>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<paymentMethod ref="paymentMethod" :amountVIP="amountVIP" v-if="storeInfo.registerType == 'munchies'"></paymentMethod>
|
||||
|
||||
|
||||
<view class="bottom">
|
||||
<view class="bottom_left">
|
||||
@@ -164,12 +167,14 @@
|
||||
import navseat from '@/components/navseat.vue'
|
||||
import webSocketUtils from '@/common/js/websocket.js'
|
||||
import payPasswordtwo from '@/components/payPasswordtwo.vue'
|
||||
import paymentMethod from '../components/paymentMethod.vue'
|
||||
// import cwxKeyboard from '@/components/cwx-keyboard/cwx-keyboard.vue'
|
||||
|
||||
|
||||
export default {
|
||||
components: {
|
||||
payPasswordtwo,
|
||||
paymentMethod,
|
||||
navseat
|
||||
},
|
||||
data() {
|
||||
@@ -566,8 +571,6 @@
|
||||
*/
|
||||
async showpopupclickdds() {
|
||||
|
||||
|
||||
console.log(this.listinfoid)
|
||||
let res = await this.api.payorderPay({
|
||||
orderId: this.listinfoid
|
||||
}) //判断是否支付成功
|
||||
|
||||
Reference in New Issue
Block a user