Fix:【商城小程序】商品详情页—【产品参数】与【商品评价】优化
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<view class="list v12-ma-0" style="padding: 0rpx 0 30rpx;">
|
||||
<view class="item" v-for="(order,orderListIndex) in orderList" :key="orderListIndex">
|
||||
<view class="shop-info flex jc-between ai-center" v-if="order.merName">
|
||||
<view class="shop-info flex jc-between ai-center" v-if="order.merName" @click="goStore(order)">
|
||||
<view class="flex ai-center">
|
||||
<image :src="webUrl+'/orderIcon/shop.png'" style="width: 32rpx;height: 32rpx"/>
|
||||
<text class="name v12-font-weight-400 v12-dark-text v12-font-24">{{ order.merName }}</text>
|
||||
@@ -304,6 +304,14 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
goStore(order) {
|
||||
// this.$yrouter.push({
|
||||
// path: "/pagesInn/inn/innHome",
|
||||
// query: {
|
||||
// id: order.merId
|
||||
// }
|
||||
// });
|
||||
},
|
||||
async toYuePay(payPwd) {
|
||||
const that = this;
|
||||
//网络请求
|
||||
|
||||
Reference in New Issue
Block a user