bug
This commit is contained in:
@@ -126,6 +126,9 @@ export default {
|
|||||||
if (!this.userName) {
|
if (!this.userName) {
|
||||||
return this.$u.toast('请输入用户昵称')
|
return this.$u.toast('请输入用户昵称')
|
||||||
}
|
}
|
||||||
|
if (this.userName == '微信用户') {
|
||||||
|
return this.$u.toast('请修改用户昵称')
|
||||||
|
}
|
||||||
if (!this.userPhone) {
|
if (!this.userPhone) {
|
||||||
return this.$u.toast('请输入手机号')
|
return this.$u.toast('请输入手机号')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -248,11 +248,11 @@ export default {
|
|||||||
}
|
}
|
||||||
.jfgs {
|
.jfgs {
|
||||||
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifengongshi.png') no-repeat;
|
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifengongshi.png') no-repeat;
|
||||||
color: #8686EB;
|
color: #484899;
|
||||||
}
|
}
|
||||||
.wdjf {
|
.wdjf {
|
||||||
background: url('https://cdn.cunwuyun.cn/fengdu/img-wodejifen.png') no-repeat;
|
background: url('https://cdn.cunwuyun.cn/fengdu/img-wodejifen.png') no-repeat;
|
||||||
color: #FEC95D;
|
color: #DA9A07;
|
||||||
}
|
}
|
||||||
& > div:nth-child(2n+1) {
|
& > div:nth-child(2n+1) {
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
<div class="btn confirm" @click="openJd(item)">去购买</div>
|
<div class="btn confirm" @click="openJd(item)">去购买</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-btn" v-else>
|
<div class="flex-btn" v-if="item.goodsType != 1">
|
||||||
<p>核销码:<span>{{item.verificationCode}}</span></p>
|
<p>核销码:<span>{{item.verificationCode}}</span></p>
|
||||||
<div class="btn" v-if="item.status == 0" @click="cancel(item)">取消订单</div>
|
<div class="btn" v-if="item.status == 0" @click="cancel(item)">取消订单</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user