1111111111

This commit is contained in:
2024-01-21 23:15:31 +08:00
parent 90b02d8004
commit 093f7b10f6
6 changed files with 11 additions and 9 deletions

View File

@@ -188,7 +188,7 @@
<uni-popup ref="inputDialog2" type="dialog">
<uni-popup-dialog ref="inputClose" mode="base" title="起订说明" :showConfirm="true"
:beforeClose="dialogBeforeClose2" @confirm="dialogInputConfirm2"
content="1、菜窖起订量为20斤20-100斤需额外支付10%附加费用101斤-200斤需额外支付5%附加费用。\n2、新用户可享受首单20斤5折优惠。"></uni-popup-dialog>
content="菜窖起订量为20斤\n\n20-100斤需额外支付10%附加费用,\n\n101斤-200斤需额外支付5%附加费用\n\n200斤以上无附加费。"></uni-popup-dialog>
</uni-popup>
</view>

View File

@@ -18,8 +18,8 @@
<view class="center">
<view style="width: 22%;display: flex;flex-direction: column;overflow-y: auto;padding-top: 10px;">
<text style="width: 100%;text-align: center;margin-bottom: 5px;margin-top: 5px;
color: #333;font-weight: 600;font-size: 13px;">全部分类</text>
<!-- <text style="width: 100%;text-align: center;margin-bottom: 5px;margin-top: 5px;
color: #333;font-weight: 600;font-size: 13px;">全部分类</text> -->
<view style="width: 100%;display: flex;flex-direction: column; ">
<view v-for="(item,index) in data" @click="labelClick(index,item)"
style="display: flex;flex-direction: column;justify-content: center;position: relative;">
@@ -531,7 +531,7 @@
uni.navigateTo({
url: '/pages/good/reservation?pickingUpGoods=' + JSON.stringify(this.pickingUpGoods) +
"&affiliation=" + this.brandType,
"&affiliation=" + this.data[this.selectIndex].id,
})
// this.showModal = true