调整正式版本表单

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" : "抖火", "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" : {

View File

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

View File

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

View File

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

View File

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