浏览代码

fix: 更新微信小程序appid并调整图片路径及样式

- 更新manifest.json中的微信小程序appid
- 修改index.vue中的图片路径从user.png到cb.png
- 调整control.vue中的状态项高度和行高
allen 1 周之前
父节点
当前提交
a72cbd0850
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      manifest.json
  2. 2 2
      pages/cb/shuifeizsFirst/control.vue
  3. 1 1
      pages/index/index.vue
  4. 二进制
      static/images/cb/controlbg.png

+ 1 - 1
manifest.json

@@ -121,7 +121,7 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wxfa5c20818d77f031",
+        "appid" : "wxa67985a99191095e",
         "setting" : {
             "urlCheck" : false,
             "minified" : true,

+ 2 - 2
pages/cb/shuifeizsFirst/control.vue

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

+ 1 - 1
pages/index/index.vue

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

二进制
static/images/cb/controlbg.png