|
|
@@ -71,6 +71,10 @@
|
|
|
<view class="cate">链接</view>
|
|
|
<input class="input" placeholder="请填写" name="link" />
|
|
|
</view>
|
|
|
+ <view class="block" style="margin-top: 20rpx;">
|
|
|
+ <view class="cate primary-text-color" style="align-self: flex-start;">消息通知</view>
|
|
|
+ <textarea class="input" style="height: 200rpx;" placeholder="提交后会以消息的形式通知关注者" name="noti"></textarea>
|
|
|
+ </view>
|
|
|
<myButton class="button" type="primary">提交</myButton>
|
|
|
</form>
|
|
|
</scroll-view>
|
|
|
@@ -118,6 +122,10 @@
|
|
|
<view class="cate">链接</view>
|
|
|
<input class="input" placeholder="请填写" name="link" />
|
|
|
</view>
|
|
|
+ <view class="block" style="margin-top: 20rpx;">
|
|
|
+ <view class="cate primary-text-color" style="align-self: flex-start;">消息通知</view>
|
|
|
+ <textarea class="input" style="height: 200rpx;" placeholder="提交后会以消息的形式通知关注者" name="noti"></textarea>
|
|
|
+ </view>
|
|
|
<myButton class="button" type="primary">提交</myButton>
|
|
|
</form>
|
|
|
</scroll-view>
|
|
|
@@ -157,6 +165,10 @@
|
|
|
<view class="cate">链接</view>
|
|
|
<input class="input" placeholder="请填写" name="link" />
|
|
|
</view>
|
|
|
+ <view class="block" style="margin-top: 20rpx;">
|
|
|
+ <view class="cate primary-text-color" style="align-self: flex-start;">消息通知</view>
|
|
|
+ <textarea class="input" style="height: 200rpx;" placeholder="提交后会以消息的形式通知关注者" name="noti"></textarea>
|
|
|
+ </view>
|
|
|
<myButton class="button" type="primary">提交</myButton>
|
|
|
</form>
|
|
|
</scroll-view>
|