|
|
|
@ -14,7 +14,7 @@
|
|
|
|
<view class="g_bg_f g_pl_10 g_radius_8">
|
|
|
|
<view class="g_bg_f g_pl_10 g_radius_8">
|
|
|
|
<u-input type="textarea" height="240" :customStyle="{ fontSize: '34rpx' }" :clearable="false" autoHeight v-model="notice" @input="changeNotice"></u-input>
|
|
|
|
<u-input type="textarea" height="240" :customStyle="{ fontSize: '34rpx' }" :clearable="false" autoHeight v-model="notice" @input="changeNotice"></u-input>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="m-card">
|
|
|
|
<!-- <view class="m-card">
|
|
|
|
<view class="g_h_10"></view>
|
|
|
|
<view class="g_h_10"></view>
|
|
|
|
<view class="" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="g_p_10 g_flex_row_between flex_center g_bg_f g_radius_8 g_fs_16" hover-class="none"
|
|
|
|
<view class="g_p_10 g_flex_row_between flex_center g_bg_f g_radius_8 g_fs_16" hover-class="none"
|
|
|
|
@ -31,7 +31,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view> -->
|
|
|
|
<view class="g_mt_32" hover-class="none" hover-stop-propagation="false" style="margin-top: 120px;">
|
|
|
|
<view class="g_mt_32" hover-class="none" hover-stop-propagation="false" style="margin-top: 120px;">
|
|
|
|
<rh-button :primaryColor='primaryColor' :type="isChange ? 'primary' : 'disabled'" btnText="完成" @clickBtn="subNameInfo"
|
|
|
|
<rh-button :primaryColor='primaryColor' :type="isChange ? 'primary' : 'disabled'" btnText="完成" @clickBtn="subNameInfo"
|
|
|
|
:loading="isSubmit" size='new'
|
|
|
|
:loading="isSubmit" size='new'
|
|
|
|
|