11111
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
<uni-popup ref="inputDialog" type="dialog">
|
<uni-popup ref="inputDialog" type="dialog">
|
||||||
<uni-popup-dialog ref="inputClose" mode="base" title="起订协议" :showConfirm="true"
|
<uni-popup-dialog ref="inputClose" mode="base" title="起订协议" :showConfirm="true"
|
||||||
:beforeClose="dialogBeforeClose" @confirm="dialogInputConfirm"
|
:beforeClose="dialogBeforeClose" @confirm="dialogInputConfirm"
|
||||||
content="1、20斤起订量。\n2、新用户正好20斤5折。\n3、20-100斤加10%附加额。\n4、101斤-200斤加5%附加额。"></uni-popup-dialog>
|
content="1、菜窖起订量为20斤,20-100斤需额外支付10%附加费用,101斤-200斤需额外支付5%附加费用。\n2、新用户可享受首单20斤5折优惠。"></uni-popup-dialog>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
dialogInputConfirm() {
|
dialogInputConfirm() {
|
||||||
this.dialogBeforeClose = true
|
this.dialogBeforeClose = false
|
||||||
},
|
},
|
||||||
request() {
|
request() {
|
||||||
let _this = this
|
let _this = this
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
<view style="display: flex;flex-direction: row;align-items: center;" @click="showPop2()">
|
<view style="display: flex;flex-direction: row;align-items: center;" @click="showPop2()">
|
||||||
<text
|
<text
|
||||||
style="color: #6190D8;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;text-decoration:underline;font-style:oblique;">
|
style="color: #6190D8;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;text-decoration:underline;font-style:oblique;">
|
||||||
起订协议</text>
|
起订说明</text>
|
||||||
<text
|
<text
|
||||||
style="color: #6190D8;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;">
|
style="color: #6190D8;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;">
|
||||||
>></text>
|
>></text>
|
||||||
@@ -187,9 +187,9 @@
|
|||||||
</uni-popup>
|
</uni-popup>
|
||||||
|
|
||||||
<uni-popup ref="inputDialog2" type="dialog">
|
<uni-popup ref="inputDialog2" type="dialog">
|
||||||
<uni-popup-dialog ref="inputClose" mode="base" title="起订协议" :showConfirm="true"
|
<uni-popup-dialog ref="inputClose" mode="base" title="起订说明" :showConfirm="true"
|
||||||
:beforeClose="dialogBeforeClose2" @confirm="dialogInputConfirm2"
|
:beforeClose="dialogBeforeClose2" @confirm="dialogInputConfirm2"
|
||||||
content="1、20斤起订量。\n2、新用户正好20斤5折。\n3、20-100斤加10%附加额。\n4、101斤-200斤加5%附加额。"></uni-popup-dialog>
|
content="1、菜窖起订量为20斤,20-100斤需额外支付10%附加费用,101斤-200斤需额外支付5%附加费用。\n2、新用户可享受首单20斤5折优惠。"></uni-popup-dialog>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@@ -494,7 +494,8 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
dialogInputConfirm2(val) {
|
dialogInputConfirm2(val) {
|
||||||
this.dialogBeforeClose2 = true
|
console.log(">>>>>>>>>>>",this.dialogBeforeClose2);
|
||||||
|
this.dialogBeforeClose2 = false
|
||||||
},
|
},
|
||||||
|
|
||||||
saveGoods() {
|
saveGoods() {
|
||||||
@@ -623,7 +624,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
/* 这里注意,影响弹窗 */
|
/* 这里注意,影响弹窗 */
|
||||||
height: calc(100vh - 140px - 50vw);
|
height: calc(100vh - 120px - 50vw);
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<image class="head-img" :src="userInfo.photo"></image>
|
<image class="head-img" :src="userInfo.photo"></image>
|
||||||
<view class="name-mob" style="flex: 1;">
|
<view class="name-mob" style="flex: 1;">
|
||||||
<!-- 昵称 -->
|
<!-- 昵称 -->
|
||||||
<text @click="showDiaLog">{{userInfo.nick}}</text>
|
<text >{{userInfo.nick}}</text>
|
||||||
<!-- 手机 -->
|
<!-- 手机 -->
|
||||||
<text style="font-size:14px;">{{userInfo.mobile}}</text>
|
<text style="font-size:14px;">{{userInfo.mobile}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user