xbx #93

Merged
theluyuan merged 6 commits from xbx into master 2020-09-10 11:38:51 +08:00
Showing only changes of commit d86dc49da2 - Show all commits

View File

@ -13,7 +13,7 @@
<view id="content_tosign">
<u-form :model="form" ref="uForm">
<u-form-item label-position="right">
<u-input v-model="max" placeholder="优秀的标题可以卖的更好哦~" />
<u-input v-model="max" :placeholder="userinfo.rple != 4 ? '优秀的标题可以卖的更好哦~' : '优秀的标题可以吸引更多人观看哦~'" />
</u-form-item>
<view class="values"><text>{{this.titleMaxLength - this.max.length}}</text>/20</view>
<u-form-item label-position="right">