Prechádzať zdrojové kódy

ws-土地出让更换背景

ws 1 rok pred
rodič
commit
612ab28913
1 zmenil súbory, kde vykonal 16 pridanie a 9 odobranie
  1. 16 9
      nnzwminiapp/pagesPublic/pages/tdcr/index.js

+ 16 - 9
nnzwminiapp/pagesPublic/pages/tdcr/index.js

@@ -15,23 +15,35 @@ Page({
       top: 4
     }],
     cursors: [{
-      txt: '弹子石组团\nB8-1、B8-3、B9',
+      txt: '中西医结合医院',
       top: -12,
       left: 28,
       dropTop: 3.5,
       dropLeft: 12
     }, {
-      txt: '四公里\n棚户区地块',
+      txt: '廖家山地块',
       top: -16,
       left: 20,
       dropTop: 5,
       dropLeft: 5
     }, {
-      txt: '茶园组团\nC01-16/02、\nC01-17/02',
-      top: -32,
+      txt: '南坪东路588号',
+      top: -30,
       left: 61,
       dropTop: 4,
       dropLeft: 5
+    }, {
+      txt: '四公里片区',
+      top: -30,
+      left: 61,
+      dropTop: 4,
+      dropLeft: 5
+    }, {
+      txt: '双峰山1号地块',
+      top: -39,
+      left: 35,
+      dropTop: 4,
+      dropLeft: 5
     }],
     list: [{
       icon: 'icon-quyu.png',
@@ -73,11 +85,6 @@ Page({
    * 生命周期函数--监听页面加载
    */
   onLoad(options) {
-    wx.showTabBar({
-      fail: (e) => {
-        console.log(e);
-      }
-    })
   },
 
   /**