diff --git a/components/headerSerchCommon.vue b/components/headerSerchCommon.vue index ea62ebd..f93f9a7 100644 --- a/components/headerSerchCommon.vue +++ b/components/headerSerchCommon.vue @@ -33,7 +33,7 @@ - + @@ -123,7 +123,7 @@ --> - + @@ -148,8 +148,8 @@ 50000 ***** - - + + @@ -222,7 +222,6 @@ - @@ -238,7 +237,7 @@ - + {{ item.num }} {{$t(item.title)}} @@ -447,9 +446,11 @@ my_banner_status: 1, is_diy: uni.getStorageSync('is_diy'), copyRightPic: '/static/images/support.png', //版权图片 + baseurl:'' } }, onLoad(option) { + this.baseurl = this.$baseurl; uni.hideTabBar() let that = this; // #ifdef MP diff --git a/pages/users/wechat_login/index.vue b/pages/users/wechat_login/index.vue index 0df206e..fc6728f 100644 --- a/pages/users/wechat_login/index.vue +++ b/pages/users/wechat_login/index.vue @@ -2,7 +2,7 @@ - + @@ -129,7 +129,8 @@ colorStatus: uni.getStorageSync('color_status'), mp_is_new: this.$Cache.get('MP_VERSION_ISNEW') || false, configData: Cache.get('BASIC_CONFIG'), - bindPhone: false + bindPhone: false, + baseurl:'' }; }, components: { @@ -139,6 +140,7 @@ privacyAgreementPopup }, onLoad(options) { + this.baseurl = this.$baseurl if (uni.getUserProfile) { this.canUseGetUserProfile = true } diff --git a/static/images/bg2.png b/static/images/bg2.png deleted file mode 100644 index 9bafdde..0000000 Binary files a/static/images/bg2.png and /dev/null differ diff --git a/static/images/eye.png b/static/images/eye.png deleted file mode 100644 index efa83c2..0000000 Binary files a/static/images/eye.png and /dev/null differ diff --git a/static/images/eye1.png b/static/images/eye1.png deleted file mode 100644 index ab5ecc1..0000000 Binary files a/static/images/eye1.png and /dev/null differ diff --git a/static/images/loginBg.png b/static/images/loginBg.png deleted file mode 100644 index 5bedff2..0000000 Binary files a/static/images/loginBg.png and /dev/null differ diff --git a/static/images/logo2.png b/static/images/logo2.png deleted file mode 100644 index ed080d5..0000000 Binary files a/static/images/logo2.png and /dev/null differ diff --git a/static/images/m1.png b/static/images/m1.png deleted file mode 100644 index 4ed9847..0000000 Binary files a/static/images/m1.png and /dev/null differ diff --git a/static/images/m2.png b/static/images/m2.png deleted file mode 100644 index f2cc82d..0000000 Binary files a/static/images/m2.png and /dev/null differ diff --git a/static/images/m3.png b/static/images/m3.png deleted file mode 100644 index 14c4862..0000000 Binary files a/static/images/m3.png and /dev/null differ diff --git a/static/images/m4.png b/static/images/m4.png deleted file mode 100644 index 6cdbb5b..0000000 Binary files a/static/images/m4.png and /dev/null differ diff --git a/static/images/m5.png b/static/images/m5.png deleted file mode 100644 index 011533a..0000000 Binary files a/static/images/m5.png and /dev/null differ diff --git a/static/images/myBg.png b/static/images/myBg.png deleted file mode 100644 index e74ddcc..0000000 Binary files a/static/images/myBg.png and /dev/null differ diff --git a/static/images/support.png b/static/images/support.png deleted file mode 100644 index b987fd2..0000000 Binary files a/static/images/support.png and /dev/null differ