调整正式版本表单
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "抖火",
|
"name" : "抖火",
|
||||||
"appid" : "__UNI__C305C03",
|
"appid" : "__UNI__C305C03",
|
||||||
"description" : "纵有疾风起,人生不言弃",
|
"description" : "纵有疾风起,人生不言弃",
|
||||||
"versionName" : "1.3.9",
|
"versionName" : "1.4.0",
|
||||||
"versionCode" : 103,
|
"versionCode" : 104,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"name": "Index",
|
"name": "Index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "抖火法务咨询服务",
|
"navigationBarTitleText": "抖火法律咨询服务",
|
||||||
"navigationBarBackgroundColor": "#FFFFFF"
|
"navigationBarBackgroundColor": "#FFFFFF"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -3,6 +3,18 @@
|
|||||||
<list>
|
<list>
|
||||||
<cell v-for="(item, index) in 99" :key="index">消息{{index}}</cell>
|
<cell v-for="(item, index) in 99" :key="index">消息{{index}}</cell>
|
||||||
</list>
|
</list>
|
||||||
|
<view class="footer">
|
||||||
|
<input type="text" placeholder="输入聊天消息">
|
||||||
|
<view class="">
|
||||||
|
表情包组件
|
||||||
|
</view>
|
||||||
|
<view class="">
|
||||||
|
<view>图片</view>
|
||||||
|
<view>视频</view>
|
||||||
|
<view>音频通话</view>
|
||||||
|
<view>视频通话</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -248,7 +248,6 @@
|
|||||||
let year = moment().get('year')
|
let year = moment().get('year')
|
||||||
let month = moment().get('month') + 1
|
let month = moment().get('month') + 1
|
||||||
let today = moment().get('date')
|
let today = moment().get('date')
|
||||||
|
|
||||||
let start = moment().subtract(num, 'month').format('YYYY-MM-DD')
|
let start = moment().subtract(num, 'month').format('YYYY-MM-DD')
|
||||||
let ymdArr = start.split('-')
|
let ymdArr = start.split('-')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user