Przeglądaj źródła

Merge branch 'test' of git.echepei.com:sailun/sailun-tbr-web into test

qukaidi 4 lat temu
rodzic
commit
2904aff3f0
2 zmienionych plików z 4 dodań i 1 usunięć
  1. 1 1
      common/p-scan/scan.vue
  2. 3 0
      pages/home/index.vue

+ 1 - 1
common/p-scan/scan.vue

@@ -23,7 +23,7 @@
 			// #ifdef APP-PLUS
 			var currentWebview = page.$getAppWebview();
 			this.barcode = plus.barcode.create('barcode', this.barcode, {
-				top: '85px',
+				top: '10%',
 				left: '10%',
 				width: '80%',
 				height: '31.5%', //180px

+ 3 - 0
pages/home/index.vue

@@ -66,6 +66,9 @@
 				})
 			},
 			inStock(){
+				this.$u.route({
+					url: 'pages/home/my-stock/my-stock',
+				})
 			},
 			inInlineshop(){
 				this.$u.route({