Ver Fonte

扫码付款

shish há 11 meses atrás
pai
commit
f3198390eb
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      mallApp/src/pages.json
  2. 1 1
      mallApp/src/pages/pay/index.vue

+ 1 - 1
mallApp/src/pages.json

@@ -67,7 +67,7 @@
         {
             "root": "pages/pay",
             "pages": [
-                { "path": "index", "style": { "navigationBarTitleText": "" } }
+                { "path": "index", "style": { "navigationBarTitleText": "扫码付款" } }
             ]
         },
         {

+ 1 - 1
mallApp/src/pages/pay/index.vue

@@ -372,7 +372,7 @@
 				}
 			}
 			.shop-name {
-				font-size: 36upx;
+				font-size: 38upx;
 				color: #333;
 				font-weight: bold;
 			}