|
@@ -1,5 +1,5 @@
|
|
|
<!--nova-werun/pages/send-circle/index.wxml-->
|
|
|
-<nav type="back" background-color="{{'#87ceeb'}}" front-color="{{'#ffffff'}}"></nav>
|
|
|
+<nav type="back" title="发布步小圈" background-color="{{'#4F9AF7'}}" front-color="{{'#ffffff'}}"></nav>
|
|
|
<view class="all" style="height: {{contentHeight}}rpx;">
|
|
|
<view class="{{fileList.length==0&&!inputValue?'send2':'send'}}" bindtap="send">发送</view>
|
|
|
<view class="text">
|
|
@@ -7,7 +7,7 @@
|
|
|
</view>
|
|
|
<upload style="width: 50%;" bind:onChangeFile="picture" fileList="{{fileList}}" uploadURL="{{uploadURL}}" domain="{{domain}}" uptokenURL="{{uptokenURL}}" maxCount="12" />
|
|
|
<view class="clickbox">
|
|
|
- <van-checkbox value="{{ checked }}" checked-color="#1ed01e" bind:change="onChange">
|
|
|
+ <van-checkbox value="{{ checked }}" checked-color="#4F9AF7" bind:change="onChange">
|
|
|
实现展示所在位置
|
|
|
</van-checkbox>
|
|
|
</view>
|