客服和支付方式

msb_beta
ch 3 years ago
parent c5d25c545b
commit 478cf73244

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-04-19 11:37:50
* @LastEditors: ch
* @LastEditTime: 2022-04-29 15:29:47
* @LastEditTime: 2022-05-03 13:29:46
* @Description: file content
-->
<template>
@ -32,10 +32,10 @@ export default {
label : '微信支付',
value : 'wxpay'
},
{
label : '支付宝支付',
value : 'alipay'
}
// {
// label : '',
// value : 'alipay'
// }
]
}
},

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-23 17:27:21
* @LastEditors: ch
* @LastEditTime: 2022-04-29 23:01:44
* @LastEditTime: 2022-05-03 13:28:18
* @Description: file content
-->
<template>
@ -35,7 +35,7 @@
<view class="footer--not-stock" v-if="stock === 0">~</view>
<view class="footer">
<view class="footer--left">
<view class="icon service"></view>
<view class="icon service" @click="service"></view>
<view class="icon cart" @click="$Router.push('/cart')"></view>
</view>
<view class="footer--btns">
@ -134,6 +134,9 @@ export default {
this.skuMode = skuMode
this.showSkuPopup = true
},
service(){
uni.$u.toast('客服休假了,遇到喜欢的宝贝就下单吧~')
}
}
}

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-23 10:29:07
* @LastEditors: ch
* @LastEditTime: 2022-04-29 21:28:04
* @LastEditTime: 2022-05-03 13:26:28
* @Description: file content
-->
<template>
@ -19,8 +19,7 @@
<!-- <view class="price">{{max.startingPrice}}</view> -->
<UiMoney class="price" :money="max.startingPrice" prefix></UiMoney>
<view class="img-box">
<!-- <image class="img" :src="max.recommendPicture"/> -->
<image class="img" src="https://msb-edu-dev.oss-cn-beijing.aliyuncs.com/uc/account-avatar/1111111.png"/>
<image class="img" :src="max.recommendPicture"/>
</view>
</view>
<view class="min" @click="$Router.push(`/goodsDetail?id=${minOne.id}`)">

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-20 14:14:53
* @LastEditors: ch
* @LastEditTime: 2022-04-30 18:46:07
* @LastEditTime: 2022-05-03 13:29:28
* @Description: file content
-->
<template>
@ -42,11 +42,11 @@
<radio class="play--radio" slot="right-icon" color="#FF875B"
:checked="payType == 'wxpay'" ></radio>
</u-cell>
<u-cell title="支付宝支付" :border="false" @click="payType = 'alipay'">
<!-- <u-cell title="支付宝支付" :border="false" @click="payType = 'alipay'">
<image class="play--icon" slot="icon" src="@/static/order/zfb.png"/>
<radio class="play--radio" slot="right-icon" color="#FF875B"
:checked="payType == 'alipay'"></radio>
</u-cell>
</u-cell> -->
</radio-group>
</UiWhiteBox>

Loading…
Cancel
Save