diff --git a/common/api.js b/common/api.js
index 256be39..512357b 100644
--- a/common/api.js
+++ b/common/api.js
@@ -35,7 +35,7 @@ export const API_CONFIRMDETAILS = '/api/order/price'; //确认购买商品详情
export const API_CREATEORDER = '/api/order/create'; //创建订单并支付
-export const API_ORDERPAY = '/api/order/pay'; //订单页面支付
+export const API_ORDERPAY = '/api/order/pay'; //订单立即支付
diff --git a/common/http.js b/common/http.js
index 9fef4e1..5bc9f0e 100644
--- a/common/http.js
+++ b/common/http.js
@@ -90,7 +90,7 @@ function $http(url, data = {}, options = {}){
}
//商户id
- options.appid = 'wx0e8ebcd9ca9e4b97'
+ options.appid = 'wxb35ef055a4dd8ad4'
let user_info = uni.getStorageSync('userinfo')
let user_token = user_info.token
diff --git a/manifest.json b/manifest.json
index 603e5b4..744dbf3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,7 +50,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx0e8ebcd9ca9e4b97",
+ "appid" : "wxb35ef055a4dd8ad4",
"setting" : {
"urlCheck" : false,
"es6" : false,
diff --git a/pages/channel/index.vue b/pages/channel/index.vue
index 72e1bce..6b99363 100644
--- a/pages/channel/index.vue
+++ b/pages/channel/index.vue
@@ -19,7 +19,7 @@
{{item.name}}
- {{ item2.name }}
@@ -155,6 +155,21 @@
}
.select-item{
+ width: max-content;
+ padding: 0 40rpx 0 20rpx;
+ height: 82rpx;
+ border: 1rpx solid #999999;
+ font-size: 28rpx;
+ color: #333333;
+ text-align: center;
+ line-height: 82rpx;
+ background-color: #FFFFFF;
+ margin-right: -2rpx;
+ margin-top: -2rpx;
+ box-sizing: border-box;
+ }
+
+ .select-item1{
width: max-content;
padding: 0 20rpx;
height: 82rpx;
@@ -183,7 +198,7 @@
// padding: 0 10rpx;
.remove-icon{
position: absolute;
- right: 8rpx;
+ right: 22rpx;
top: 0;
color: #FF0000;
font-size: 24rpx;
diff --git a/pages/discover/discover.vue b/pages/discover/discover.vue
index 9e8126d..47b5d69 100644
--- a/pages/discover/discover.vue
+++ b/pages/discover/discover.vue
@@ -1,6 +1,6 @@
-
+
@@ -64,6 +64,12 @@
}
+
+