Fix:【商城小程序】商品详情页—【产品参数】与【商品评价】优化

This commit is contained in:
modendeveloper
2024-09-12 23:08:09 +08:00
parent 0d72a1d580
commit 5ab1254676
2 changed files with 31 additions and 19 deletions
+9 -1
View File
@@ -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;
//网络请求