调整正式版本表单

This commit is contained in:
唐明明
2023-04-13 14:05:50 +08:00
parent 172206581d
commit bf030e4cee
5 changed files with 16 additions and 5 deletions

View File

@@ -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" : {

View File

@@ -3,7 +3,7 @@
"path": "pages/index/index",
"name": "Index",
"style": {
"navigationBarTitleText": "抖火法咨询服务",
"navigationBarTitleText": "抖火法咨询服务",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {

View File

@@ -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>

View File

@@ -15,7 +15,7 @@
shape="square"
randomBgColor
></u-avatar>
<view class="item-content">
<view class="item-content">
<view class="nickname nowrap">
<view class="nowrap">{{item.nickname}}</view>
<view class="time">{{item.time}}</view>

View File

@@ -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('-')