- 更新manifest.json中的微信小程序appid - 修改index.vue中的图片路径从user.png到cb.png - 调整control.vue中的状态项高度和行高
@@ -121,7 +121,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wxfa5c20818d77f031",
+ "appid" : "wxa67985a99191095e",
"setting" : {
"urlCheck" : false,
"minified" : true,
@@ -456,8 +456,8 @@ uni-page-body {
margin-left: 12rpx;
.status-item{
width: 92rpx;
- height: 48rrpx;
- line-height: 48rrpx;
+ height: 58rrpx;
+ line-height: 58rrpx;
text-align: center;
border-radius: 8rpx;
background: #FFF;
@@ -112,7 +112,7 @@
</view>
<view class="facilitybox_item" v-if="jurisdiction.sbtf"
@click="tabequipment('../warning/index')">
- <image :src="$imageURL+'/bigdata_app/newindex/user.png'" mode="" class="itemimg">
+ <image :src="$imageURL+'/bigdata_app/newindex/cb.png'" mode="" class="itemimg">
</image>
<view class=""> 预警列表 </view>