|
|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
<u-input type="textarea" height="240" :customStyle="{ fontSize: '34rpx' }" :clearable="false" autoHeight v-model="notice" @input="changeNotice"></u-input>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_mt_32" hover-class="none" hover-stop-propagation="false" style="margin-top: 214px;">
|
|
|
|
|
<rh-button primaryColor='#3578f6' :type="isChange ? 'primary' : 'disabled'" btnText="完成" @clickBtn="subNameInfo"
|
|
|
|
|
<rh-button :primaryColor='primaryColor' :type="isChange ? 'primary' : 'disabled'" btnText="完成" @clickBtn="subNameInfo"
|
|
|
|
|
:loading="isSubmit" size='new'
|
|
|
|
|
/>
|
|
|
|
|
</view>
|
|
|
|
|
@ -56,6 +56,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
primaryColor:getApp().globalData.themeColor,
|
|
|
|
|
sqlStr:'',
|
|
|
|
|
noticeImg: "",
|
|
|
|
|
noticList: [""],
|
|
|
|
|
|