diff --git a/common/http.js b/common/http.js
index 174aa4d..e613bfd 100644
--- a/common/http.js
+++ b/common/http.js
@@ -93,9 +93,9 @@ function $http(url, data = {}, options = {}){
var accountInfo = wx.getAccountInfoSync();
var autoappid = accountInfo.miniProgram.appId;
- options.appid = autoappid || 'wxeb58570b5e04d147';
+ console.log('当前自动获取的aapid',autoappid)
- console.log('请求',options.appid)
+ options.appid = autoappid || 'wxeb58570b5e04d147';
let user_info = uni.getStorageSync('userinfo')
let user_token = user_info.token
diff --git a/common/uploadFile.js b/common/uploadFile.js
index 85d0d08..c096e0e 100644
--- a/common/uploadFile.js
+++ b/common/uploadFile.js
@@ -34,8 +34,6 @@ const uploadFile = function (filePath, successc, failc) {
var autoappid = accountInfo.miniProgram.appId;
var uploadappid = autoappid || 'wxeb58570b5e04d147';
-
- console.log('上次',uploadappid)
uni.uploadFile({
url: url + url_a,//开发者服务器 url
diff --git a/manifest.json b/manifest.json
index f580220..e6bda00 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,7 +50,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wxeb58570b5e04d147",
+ "appid" : "wxb35ef055a4dd8ad4",
"setting" : {
"urlCheck" : false,
"es6" : false,
diff --git a/pages/index/index.vue b/pages/index/index.vue
index faefc67..52b6012 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -322,7 +322,7 @@
content: '';
position: absolute;
z-index: 1;
- // background: rgba(0, 0, 0, 0.5);
+ background: rgba(0, 0, 0, 0.3);
top: 0;
left: 0;
}
@@ -362,7 +362,6 @@
// height: 142rpx;
height: max-content;
width: 100%;
- background-color: rgba(0,0,0,0.65);
box-sizing: border-box;
padding: 15rpx;
position: absolute;
diff --git a/pages/order/confirm_atonce.vue b/pages/order/confirm_atonce.vue
index 2d1a1df..0ab6664 100644
--- a/pages/order/confirm_atonce.vue
+++ b/pages/order/confirm_atonce.vue
@@ -1,4 +1,6 @@
-
+
+
+