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