lhl 2 jaren geleden
bovenliggende
commit
a589c86941

+ 2 - 13
pages/money/withdrawal.vue

@@ -19,18 +19,8 @@
 				<view class="buttom" @click="withdrawal = money">全部提现</view>
 			</view>
 		</view>
-		<!-- #ifndef MP-WEIXIN -->
 		<view class="list">
 			<radio-group @change="tabRadio">
-				<!-- <label>
-					<view class="box">
-						<view class="icon iconfont iconweixin1"></view>
-						<view class="title-box">
-							<view class="title"><text>提现至微信</text></view>
-						</view>
-						<view class="right"><radio value="weixin" color="#5dbc7c" :checked="type == 'weixin'" /></view>
-					</view>
-				</label> -->
 				<label>
 					<view class="box">
 						<view class="icon iconfont iconzhifubao"></view>
@@ -69,7 +59,6 @@
 				</label>
 			</radio-group>
 		</view>
-		<!-- #endif -->
 		<view class="row b-b" v-if="type == 'alipay'">
 			<text class="tit">支付宝账号</text>
 			<input class="input" type="text" v-model="alipay_code" placeholder="请输入支付宝账号"
@@ -187,9 +176,9 @@
 					money: this.withdrawal, //金额
 					money_type: 0 //0佣金1余额
 				};
-				if (this.withdrawal % 100 != 0) {
+				if (this.withdrawal % 10 != 0) {
 					uni.showToast({
-						title: '提现金额为100的倍数',
+						title: '提现金额为10的倍数',
 						duration: 2000,
 						mask: false,
 						icon: 'none'

+ 4 - 1
pages/public/wxLogin.vue

@@ -127,7 +127,10 @@
 			};
 		},
 		onLoad(option) {
-			// this.loadData();
+			// #ifdef H5
+			this.loadData();
+			// #endif
+			
 		},
 		computed: {
 			// ...mapState(['baseURL','urlFile']) 

BIN
unpackage/dist/build/h5/6-21-2.rar → unpackage/dist/build/h5/7-1-2.rar


+ 1 - 1
unpackage/dist/build/h5/index.html

@@ -1,2 +1,2 @@
 <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>想亮商城</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
-            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/index/static/index.2772579d.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/index/static/js/chunk-vendors.3a9bf0f3.js></script><script src=/index/static/js/index.91bde256.js></script></body></html>
+            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/index/static/index.2772579d.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/index/static/js/chunk-vendors.3a9bf0f3.js></script><script src=/index/static/js/index.123aee10.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/index.123aee10.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-money-withdrawal.5b076fbb.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-money-withdrawal.b6ceda07.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-public-wxLogin.5bf8ab78.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-public-wxLogin.f8828ee5.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-user.cc1b011e.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-user.f384e3f4.js


+ 92 - 91
unpackage/dist/build/mp-weixin/app.json

@@ -1,93 +1,94 @@
 {
-  "pages": [
-    "pages/index/index",
-    "pages/index/selectCity",
-    "pages/shoping/list",
-    "pages/shop/shopList",
-    "pages/shop/djqQm",
-    "pages/shop/shareF",
-    "pages/shop/yhqDetail",
-    "pages/shop/shopDetail",
-    "pages/shop/createYhq",
-    "pages/public/register",
-    "pages/user/jiedianDetails",
-    "pages/user/hxjl",
-    "pages/user/myyhq",
-    "pages/public/login",
-    "pages/public/wxLogin",
-    "pages/public/forget",
-    "pages/user/team",
-    "pages/user/cash",
-    "pages/money/withdmoenys",
-    "pages/product/reply",
-    "pages/product/product",
-    "pages/product/search",
-    "pages/set/set",
-    "pages/set/address",
-    "pages/set/addressManage",
-    "pages/set/phone",
-    "pages/set/user",
-    "pages/set/password",
-    "pages/set/userinfo",
-    "pages/user/user",
-    "pages/user/award",
-    "pages/user/withdrawal",
-    "pages/user/notice",
-    "pages/user/favorites",
-    "pages/user/coupon",
-    "pages/order/order",
-    "pages/order/expressInfo",
-    "pages/order/orderDetail",
-    "pages/order/evaluate",
-    "pages/order/orderRefund",
-    "pages/order/createOrder",
-    "pages/money/pay",
-    "pages/money/paySuccess",
-    "pages/money/wallet",
-    "pages/money/account",
-    "pages/money/withdrawal",
-    "pages/money/recharge",
-    "pages/redirect/redirect",
-    "pages/user/shareQrCode",
-    "pages/money/success"
-  ],
-  "subPackages": [],
-  "window": {
-    "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "想亮",
-    "navigationBarBackgroundColor": "#FFFFFF",
-    "backgroundColor": "#f8f8f8"
-  },
-  "tabBar": {
-    "color": "#666666",
-    "selectedColor": "#f65067",
-    "borderStyle": "black",
-    "backgroundColor": "#ffffff",
-    "list": [
-      {
-        "pagePath": "pages/index/index",
-        "iconPath": "static/tabBar/tab-cate.png",
-        "selectedIconPath": "static/tabBar/tab-cate-current.png",
-        "text": "首页"
-      },
-      {
-        "pagePath": "pages/order/order",
-        "iconPath": "static/tabBar/order.png",
-        "selectedIconPath": "static/tabBar/order-action.png",
-        "text": "我的订单"
-      },
-      {
-        "pagePath": "pages/user/user",
-        "iconPath": "static/tabBar/tab-my.png",
-        "selectedIconPath": "static/tabBar/tab-my-current.png",
-        "text": "我的"
-      }
-    ]
-  },
-  "permission": {
-    "scope.userLocation": {
-      "desc": "需要根据你的定位来给你推送最近的门店"
-    }
-  },
-  "usingComponents": {}
+    "pages": [
+        "pages/index/index",
+        "pages/index/selectCity",
+        "pages/shoping/list",
+        "pages/shop/shopList",
+        "pages/shop/djqQm",
+        "pages/shop/shareF",
+        "pages/shop/yhqDetail",
+        "pages/shop/shopDetail",
+        "pages/shop/createYhq",
+        "pages/public/register",
+        "pages/user/jiedianDetails",
+        "pages/user/hxjl",
+        "pages/user/myyhq",
+        "pages/public/login",
+        "pages/public/wxLogin",
+        "pages/public/forget",
+        "pages/user/team",
+        "pages/user/cash",
+        "pages/money/withdmoenys",
+        "pages/product/reply",
+        "pages/product/product",
+        "pages/product/search",
+        "pages/set/set",
+        "pages/set/address",
+        "pages/set/addressManage",
+        "pages/set/phone",
+        "pages/set/user",
+        "pages/set/password",
+        "pages/set/userinfo",
+        "pages/user/user",
+        "pages/user/award",
+        "pages/user/withdrawal",
+        "pages/user/notice",
+        "pages/user/favorites",
+        "pages/user/coupon",
+        "pages/order/order",
+        "pages/order/expressInfo",
+        "pages/order/orderDetail",
+        "pages/order/evaluate",
+        "pages/order/orderRefund",
+        "pages/order/createOrder",
+        "pages/money/pay",
+        "pages/money/paySuccess",
+        "pages/money/wallet",
+        "pages/money/account",
+        "pages/money/withdrawal",
+        "pages/money/recharge",
+        "pages/redirect/redirect",
+        "pages/user/shareQrCode",
+        "pages/money/success"
+    ],
+    "subPackages": [],
+    "window": {
+        "navigationBarTextStyle": "black",
+        "navigationBarTitleText": "想亮",
+        "navigationBarBackgroundColor": "#FFFFFF",
+        "backgroundColor": "#f8f8f8"
+    },
+    "tabBar": {
+        "color": "#666666",
+        "selectedColor": "#f65067",
+        "borderStyle": "black",
+        "backgroundColor": "#ffffff",
+        "list": [
+            {
+                "pagePath": "pages/index/index",
+                "iconPath": "static/tabBar/tab-cate.png",
+                "selectedIconPath": "static/tabBar/tab-cate-current.png",
+                "text": "首页"
+            },
+            {
+                "pagePath": "pages/order/order",
+                "iconPath": "static/tabBar/order.png",
+                "selectedIconPath": "static/tabBar/order-action.png",
+                "text": "我的订单"
+            },
+            {
+                "pagePath": "pages/user/user",
+                "iconPath": "static/tabBar/tab-my.png",
+                "selectedIconPath": "static/tabBar/tab-my-current.png",
+                "text": "我的"
+            }
+        ]
+    },
+    "permission": {
+        "scope.userLocation": {
+            "desc": "需要根据你的定位来给你推送最近的门店"
+        }
+    },
+    "usingComponents": {},
+    "sitemapLocation": "sitemap.json"
 }

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/mp-weixin/common/vendor.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/money/withdrawal.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/money/withdrawal.wxml


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/public/wxLogin.js


+ 2 - 1
unpackage/dist/build/mp-weixin/project.config.json

@@ -31,7 +31,8 @@
             "outputPath": ""
         },
         "disableUseStrict": false,
-        "useCompilerPlugins": false
+        "useCompilerPlugins": false,
+        "minifyWXML": true
     },
     "compileType": "miniprogram",
     "libVersion": "2.24.4",

+ 7 - 0
unpackage/dist/build/mp-weixin/sitemap.json

@@ -0,0 +1,7 @@
+{
+    "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
+    "rules": [{
+    "action": "allow",
+    "page": "*"
+    }]
+}

+ 92 - 91
unpackage/dist/dev/mp-weixin/app.json

@@ -1,93 +1,94 @@
 {
-  "pages": [
-    "pages/index/index",
-    "pages/index/selectCity",
-    "pages/shoping/list",
-    "pages/shop/shopList",
-    "pages/shop/djqQm",
-    "pages/shop/shareF",
-    "pages/shop/yhqDetail",
-    "pages/shop/shopDetail",
-    "pages/shop/createYhq",
-    "pages/public/register",
-    "pages/user/jiedianDetails",
-    "pages/user/hxjl",
-    "pages/user/myyhq",
-    "pages/public/login",
-    "pages/public/wxLogin",
-    "pages/public/forget",
-    "pages/user/team",
-    "pages/user/cash",
-    "pages/money/withdmoenys",
-    "pages/product/reply",
-    "pages/product/product",
-    "pages/product/search",
-    "pages/set/set",
-    "pages/set/address",
-    "pages/set/addressManage",
-    "pages/set/phone",
-    "pages/set/user",
-    "pages/set/password",
-    "pages/set/userinfo",
-    "pages/user/user",
-    "pages/user/award",
-    "pages/user/withdrawal",
-    "pages/user/notice",
-    "pages/user/favorites",
-    "pages/user/coupon",
-    "pages/order/order",
-    "pages/order/expressInfo",
-    "pages/order/orderDetail",
-    "pages/order/evaluate",
-    "pages/order/orderRefund",
-    "pages/order/createOrder",
-    "pages/money/pay",
-    "pages/money/paySuccess",
-    "pages/money/wallet",
-    "pages/money/account",
-    "pages/money/withdrawal",
-    "pages/money/recharge",
-    "pages/redirect/redirect",
-    "pages/user/shareQrCode",
-    "pages/money/success"
-  ],
-  "subPackages": [],
-  "window": {
-    "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "想亮",
-    "navigationBarBackgroundColor": "#FFFFFF",
-    "backgroundColor": "#f8f8f8"
-  },
-  "tabBar": {
-    "color": "#666666",
-    "selectedColor": "#f65067",
-    "borderStyle": "black",
-    "backgroundColor": "#ffffff",
-    "list": [
-      {
-        "pagePath": "pages/index/index",
-        "iconPath": "static/tabBar/tab-cate.png",
-        "selectedIconPath": "static/tabBar/tab-cate-current.png",
-        "text": "首页"
-      },
-      {
-        "pagePath": "pages/order/order",
-        "iconPath": "static/tabBar/order.png",
-        "selectedIconPath": "static/tabBar/order-action.png",
-        "text": "我的订单"
-      },
-      {
-        "pagePath": "pages/user/user",
-        "iconPath": "static/tabBar/tab-my.png",
-        "selectedIconPath": "static/tabBar/tab-my-current.png",
-        "text": "我的"
-      }
-    ]
-  },
-  "permission": {
-    "scope.userLocation": {
-      "desc": "需要根据你的定位来给你推送最近的门店"
-    }
-  },
-  "usingComponents": {}
+    "pages": [
+        "pages/index/index",
+        "pages/index/selectCity",
+        "pages/shoping/list",
+        "pages/shop/shopList",
+        "pages/shop/djqQm",
+        "pages/shop/shareF",
+        "pages/shop/yhqDetail",
+        "pages/shop/shopDetail",
+        "pages/shop/createYhq",
+        "pages/public/register",
+        "pages/user/jiedianDetails",
+        "pages/user/hxjl",
+        "pages/user/myyhq",
+        "pages/public/login",
+        "pages/public/wxLogin",
+        "pages/public/forget",
+        "pages/user/team",
+        "pages/user/cash",
+        "pages/money/withdmoenys",
+        "pages/product/reply",
+        "pages/product/product",
+        "pages/product/search",
+        "pages/set/set",
+        "pages/set/address",
+        "pages/set/addressManage",
+        "pages/set/phone",
+        "pages/set/user",
+        "pages/set/password",
+        "pages/set/userinfo",
+        "pages/user/user",
+        "pages/user/award",
+        "pages/user/withdrawal",
+        "pages/user/notice",
+        "pages/user/favorites",
+        "pages/user/coupon",
+        "pages/order/order",
+        "pages/order/expressInfo",
+        "pages/order/orderDetail",
+        "pages/order/evaluate",
+        "pages/order/orderRefund",
+        "pages/order/createOrder",
+        "pages/money/pay",
+        "pages/money/paySuccess",
+        "pages/money/wallet",
+        "pages/money/account",
+        "pages/money/withdrawal",
+        "pages/money/recharge",
+        "pages/redirect/redirect",
+        "pages/user/shareQrCode",
+        "pages/money/success"
+    ],
+    "subPackages": [],
+    "window": {
+        "navigationBarTextStyle": "black",
+        "navigationBarTitleText": "想亮",
+        "navigationBarBackgroundColor": "#FFFFFF",
+        "backgroundColor": "#f8f8f8"
+    },
+    "tabBar": {
+        "color": "#666666",
+        "selectedColor": "#f65067",
+        "borderStyle": "black",
+        "backgroundColor": "#ffffff",
+        "list": [
+            {
+                "pagePath": "pages/index/index",
+                "iconPath": "static/tabBar/tab-cate.png",
+                "selectedIconPath": "static/tabBar/tab-cate-current.png",
+                "text": "首页"
+            },
+            {
+                "pagePath": "pages/order/order",
+                "iconPath": "static/tabBar/order.png",
+                "selectedIconPath": "static/tabBar/order-action.png",
+                "text": "我的订单"
+            },
+            {
+                "pagePath": "pages/user/user",
+                "iconPath": "static/tabBar/tab-my.png",
+                "selectedIconPath": "static/tabBar/tab-my-current.png",
+                "text": "我的"
+            }
+        ]
+    },
+    "permission": {
+        "scope.userLocation": {
+            "desc": "需要根据你的定位来给你推送最近的门店"
+        }
+    },
+    "usingComponents": {},
+    "sitemapLocation": "sitemap.json"
 }

+ 2 - 1
unpackage/dist/dev/mp-weixin/project.config.json

@@ -30,7 +30,8 @@
             "outputPath": ""
         },
         "disableUseStrict": false,
-        "useCompilerPlugins": false
+        "useCompilerPlugins": false,
+        "minifyWXML": true
     },
     "compileType": "miniprogram",
     "libVersion": "2.24.4",

Some files were not shown because too many files changed in this diff