|
|
|
@ -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('客服休假了,遇到喜欢的宝贝就下单吧~')
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|