This commit is contained in:
liuye
2023-04-18 15:15:13 +08:00
parent caf9f2da13
commit 9bdad39418
3 changed files with 6 additions and 3 deletions

View File

@@ -126,6 +126,9 @@ export default {
if (!this.userName) {
return this.$u.toast('请输入用户昵称')
}
if (this.userName == '微信用户') {
return this.$u.toast('请修改用户昵称')
}
if (!this.userPhone) {
return this.$u.toast('请输入手机号')
}

View File

@@ -248,11 +248,11 @@ export default {
}
.jfgs {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifengongshi.png') no-repeat;
color: #8686EB;
color: #484899;
}
.wdjf {
background: url('https://cdn.cunwuyun.cn/fengdu/img-wodejifen.png') no-repeat;
color: #FEC95D;
color: #DA9A07;
}
& > div:nth-child(2n+1) {
margin-right: 30px;

View File

@@ -28,7 +28,7 @@
<p></p>
<div class="btn confirm" @click="openJd(item)">去购买</div>
</div>
<div class="flex-btn" v-else>
<div class="flex-btn" v-if="item.goodsType != 1">
<p>核销码:<span>{{item.verificationCode}}</span></p>
<div class="btn" v-if="item.status == 0" @click="cancel(item)">取消订单</div>
</div>