gang.huang 4 anos atrás
pai
commit
1623299eb7
2 arquivos alterados com 14 adições e 3 exclusões
  1. 2 2
      config.js
  2. 12 1
      pages/myhome/myhome.wxss

+ 2 - 2
config.js

@@ -1,8 +1,8 @@
 // let api = "https://passport.lrlz.com/mobile/index.php";
 // let api = "http://www.xyzshops.cn/mobile/index.php";
 // let api = "http://192.168.1.200/mobile/index.php";
-// let api = "https://www.xyzshops.cn/mobile/index.php";
-let api = "http://www.xyzshops.cn/mobile/index.php";
+let api = "https://www.xyzshops.cn/mobile/index.php";
+// let api = "http://www.xyzshops.cn/mobile/index.php";
 
 function getReq(app, data, callback, method) {
   let options = {

+ 12 - 1
pages/myhome/myhome.wxss

@@ -119,7 +119,18 @@
     text-align: left;
     text-decoration: none;
     display: inline-block;
-    font-size: 16px;
+    font-size: 16px; 
+    margin: 0;
+    flex: 1;
+    outline: none;
+    background: transparent;
+}
+
+.card-title .button::after {
+  content: '';
+  border: none;
+  outline: none;
+  background: transparent;
 }
 
 .card-title .more {