diff --git a/components/cwx-keyboard/cwx-keyboard - 副本.vue b/components/cwx-keyboard/cwx-keyboard - 副本.vue
new file mode 100644
index 0000000..ffc03a3
--- /dev/null
+++ b/components/cwx-keyboard/cwx-keyboard - 副本.vue
@@ -0,0 +1,267 @@
+
+
+
+ 7
+ 8
+ 9
+
+
+
+ 4
+ 5
+ 6
+
+
+
+ 1
+ 2
+ 3
+
+
+
+ 0
+ .
+
+
+
+ C
+
+
+
+
+ {{title}}
+
+
+
+
+
+
+
+
diff --git a/components/cwx-keyboard/cwx-keyboard.vue b/components/cwx-keyboard/cwx-keyboard.vue
new file mode 100644
index 0000000..5bae9ee
--- /dev/null
+++ b/components/cwx-keyboard/cwx-keyboard.vue
@@ -0,0 +1,301 @@
+
+
+
+ 1
+ 2
+ 3
+
+
+ 4
+ 5
+ 6
+
+
+ 7
+ 8
+ 9
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/framework/0-conf.js b/framework/0-conf.js
index a3d1a6f..7efb0e0 100644
--- a/framework/0-conf.js
+++ b/framework/0-conf.js
@@ -11,7 +11,7 @@ const proxyApiwws = 'wss://wxcashiertest.sxczgkj.cn/netty' // 测试
// #endif
// #ifdef H5
-const baseUrl = debug ? proxyApi : "https://wxcashiertest.sxczgkj.cn/cashierService"
+const baseUrl = debug ? proxyApi + '/cashierService' : "https://cashier.sxczgkj.cn/cashierService"
const baseUrlwws = 'ws://cashier.sxczgkj.cn/cashierService'
// #endif
diff --git a/framework/11-api.js b/framework/11-api.js
index 250203a..726f086 100644
--- a/framework/11-api.js
+++ b/framework/11-api.js
@@ -80,7 +80,7 @@ async function request(options) {
environment: 'app',
// #endif
// #ifdef H5
- environment: 'app',
+ environment: 'wx',
// #endif
// #ifdef MP-WEIXIN
environment: 'wx',
diff --git a/manifest.json b/manifest.json
index 64b255c..1cbcf60 100644
--- a/manifest.json
+++ b/manifest.json
@@ -78,7 +78,7 @@
"disableHostCheck" : false,
"proxy" : {
"/api" : {
- "target" : "https://wxcashiertest.sxczgkj.cn/cashierService",
+ "target" : "https://wxcashiertest.sxczgkj.cn",
// "target" : "https://ky.sxczgkj.cn",
"ws" : false,
"changeOrigin" : true, //是否跨域
diff --git a/pages/chooseasong/index.vue b/pages/chooseasong/index.vue
index 5490534..a00d19a 100644
--- a/pages/chooseasong/index.vue
+++ b/pages/chooseasong/index.vue
@@ -30,10 +30,11 @@
+
+
-
-
+
{{ item1.name }}
+
+ {{ item1.suit }}
+
¥
@@ -104,7 +110,7 @@
-
+
{
uni.pro.switchTab('index/index')
@@ -359,6 +366,7 @@
return false;
}
} else {
+ this.cartListsdatashow = msg.data.length == 0 ? false : true
switch (msg.type) {
case 'sku': // sku 数量 查询这个商品的价格和数量
this.$set(this, 'amountcartNumber', msg.amount)
@@ -885,6 +893,12 @@
font-weight: bold;
}
+ .namess {
+ margin-top: 16rpx;
+ font-size: 24upx;
+ font-weight: 300;
+ }
+
.select-sku-wrap {
.t {
color: #999;
@@ -893,7 +907,7 @@
}
.price-wrap {
- padding-top: $paddingSize;
+ margin-top: 16rpx;
display: flex;
align-items: center;
justify-content: space-between;
diff --git a/pages/user/repairpassword - 副本 (2).vue b/pages/user/repairpassword - 副本 (2).vue
new file mode 100644
index 0000000..a54a2e5
--- /dev/null
+++ b/pages/user/repairpassword - 副本 (2).vue
@@ -0,0 +1,227 @@
+
+
+
+
+ {{form.password.length == 6?'请再次确认支付密码':"请设置新密码,用于支付验证"}}
+
+
+
+ {{consumeFee.slice(0,1)}}
+
+
+ {{consumeFee.slice(1,2)}}
+
+
+ {{consumeFee.slice(2,3)}}
+
+
+ {{consumeFee.slice(3,4)}}
+
+
+ {{consumeFee.slice(4,5)}}
+
+
+ {{consumeFee.slice(5,6)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/user/repairpassword - 副本.vue b/pages/user/repairpassword - 副本.vue
new file mode 100644
index 0000000..06a0242
--- /dev/null
+++ b/pages/user/repairpassword - 副本.vue
@@ -0,0 +1,223 @@
+
+
+
+
+ {{form.password.length == 6?'请再次确认支付密码':"请设置新密码,用于支付验证"}}
+
+
+
+ {{consumeFee.slice(0,1)}}
+
+
+ {{consumeFee.slice(1,2)}}
+
+
+ {{consumeFee.slice(2,3)}}
+
+
+ {{consumeFee.slice(3,4)}}
+
+
+ {{consumeFee.slice(4,5)}}
+
+
+ {{consumeFee.slice(5,6)}}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file