Commit ef283bbd authored by 罗超's avatar 罗超

调整文字

parent cb47a162
...@@ -65,9 +65,9 @@ ...@@ -65,9 +65,9 @@
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/wishaddtop.png" mode="widthFix" style="width: 100%;height: auto;"></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/wishaddtop.png" mode="widthFix" style="width: 100%;height: auto;"></image>
<view class="box_center"> <view class="box_center">
<view class="box_text"> <view class="box_text">
<view class="box_text_l">品牌信息</view> <view class="box_text_l">我的信息</view>
<view class="box_text_r"> <view class="box_text_r">
<input type="text" v-model="addMsg.BranchName" :min='0' placeholder="输入品牌信息" style="font-size: 12px;text-align: right;"> <input type="text" v-model="addMsg.BranchName" :min='0' placeholder="输入品牌或企业信息" style="font-size: 12px;text-align: right;">
</view> </view>
</view> </view>
<view class="box_text"> <view class="box_text">
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
submit(){//提交 submit(){//提交
if(this.addMsg.BranchName == ''){ if(this.addMsg.BranchName == ''){
uni.showToast({ uni.showToast({
title:'请输入品牌信息', title:'请输入品牌或企业信息',
icon:'none' icon:'none'
}) })
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment