DaMoWang пре 2 година
родитељ
комит
4cbc5f2525
3 измењених фајлова са 8 додато и 7 уклоњено
  1. 4 4
      src/manifest.json
  2. 2 2
      src/pages/my/index.vue
  3. 2 1
      src/request/config.js

+ 4 - 4
src/manifest.json

@@ -89,10 +89,10 @@
         // 	"port": 80
         // },
         "template" : "index.html",
-        "router" : {
-            "mode" : "history",
-            "base" : ""
-        },
+        // "router" : {
+        //     "mode" : "history",
+        //     "base" : ""
+        // },
         "optimization" : {
             "treeShaking" : {
                 "enable" : true

+ 2 - 2
src/pages/my/index.vue

@@ -752,7 +752,7 @@ page {
 }
 
 .acc_price .price_num {
-  font-size: 46rpx;
+  font-size: 50rpx;
   color: #fff;
   // font-weight: bold;
   // font-family: "SourceHanSansSC-Bold";
@@ -825,11 +825,11 @@ page {
   width: 100%;
   overflow: hidden;
   background: url("~@/static/my/myBack.png") no-repeat;
+  background-size: 100% 100%;
   border-radius: 16rpx;
   padding: 30rpx;
   box-sizing: border-box;
   margin-top: 50rpx;
-  background-size: 100% 100%;
 }
 
 // 账户信息-end

+ 2 - 1
src/request/config.js

@@ -13,6 +13,7 @@ if(process.env.UNI_PLATFORM==="h5"){
 export default apis==1?{
 	Hhost: "https://shop-api.haocha13.cn/v1/",
 }:{
+	// Hhost: "https://shop-api.haocha13.cn/v1/",  //正式接口
 	Hhost: "https://test-api.haocha13.cn/v1/",
-	// Hhost: "https://shop-api.haocha13.cn/v1/",
+	// Hhost: "https://tea-api.otcpay12.top/v1/",
 }