Browse Source

修复bug

master
前端-胡立永 1 week ago
parent
commit
b32a819014
2 changed files with 7 additions and 1 deletions
  1. +6
    -1
      pages/index/cancelArticle.vue
  2. +1
    -0
      pages_order/info/appoint.vue

+ 6
- 1
pages/index/cancelArticle.vue View File

@ -38,7 +38,7 @@
</view>
</view>
<text class="second-color">{{ configList.bg_title }}</text>
<view class="second-color">{{ configList.bg_title }}</view>
</view>
</template>
@ -141,5 +141,10 @@
background-color: $uni-color-primary;
border-radius: 40rpx;
}
.second-color{
width: 100%;
text-align: center;
margin-top: 40rpx;
}
}
</style>

+ 1
- 0
pages_order/info/appoint.vue View File

@ -204,6 +204,7 @@
if(this.$utils.verificationAll(this.form, {
username : '请输入姓名',
phone : '请输入电话号码',
province : '请选择所在地区',
address : '请输入详情地址',
})){
return


Loading…
Cancel
Save