liudan 5 months ago
parent c3963470f2
commit fa9a7d48c1
  1. 5
      components/headerSerchCommon.vue
  2. 1
      main.js
  3. 13
      pages/user/index.vue
  4. 6
      pages/users/wechat_login/index.vue
  5. BIN
      static/images/bg2.png
  6. BIN
      static/images/eye.png
  7. BIN
      static/images/eye1.png
  8. BIN
      static/images/loginBg.png
  9. BIN
      static/images/logo2.png
  10. BIN
      static/images/m1.png
  11. BIN
      static/images/m2.png
  12. BIN
      static/images/m3.png
  13. BIN
      static/images/m4.png
  14. BIN
      static/images/m5.png
  15. BIN
      static/images/myBg.png
  16. BIN
      static/images/support.png

@ -33,7 +33,7 @@
<view class="serch-box" style="height: 43px;">
<view class="serch-wrapper acea-row row-middle">
<view class="logo skeleton-rect">
<image src="@/static/images/logo2.png" mode="heightFix"></image>
<image :src="baseurl+'/static/images/logo2.png'" mode="heightFix"></image>
</view>
<!-- <navigator url="/pages/goods/goods_search/index" class="input acea-row row-middle skeleton-rect"
:class="[boxStyle?'':'fillet',logoConfig?'':'on',txtStyle?'row-center':'']" hover-class="none">
@ -60,6 +60,7 @@
return {
statusBarHeight: statusBarHeight,
marTop: 0,
baseurl:'',
// bgColor: this.dataConfig.bgColor.color,
// boxStyle: this.dataConfig.boxStyle.type,
// logoConfig: this.dataConfig.logoConfig.url,
@ -70,6 +71,8 @@
};
},
mounted() {
console.log(this.$baseurl,"pppppp")
this.baseurl = this.$baseurl
let that = this;
uni.setStorageSync('hotList', that.hotWords);
that.$store.commit('hotWords/setHotWord', that.hotWords);

@ -17,6 +17,7 @@ import configs from './config/app.js'
import socket from './libs/new_chat.js'
import i18n from './utils/lang.js';
Vue.prototype.$util = util;
Vue.prototype.$baseurl = 'http://rzds.njrzwl.cn';
Vue.prototype.$config = configs;
Vue.prototype.$Cache = Cache;
Vue.prototype.$eventHub = new Vue();

@ -2,7 +2,7 @@
<view class="new-users copy-data" :style="{height:pageHeight}">
<!-- :style="colorStyle" -->
<view class="headerContent">
<image src="/static/images/myBg.png" mode="" class="topImage"></image>
<image :src="`${baseurl}/static/images/myBg.png`" mode="" class="topImage"></image>
<view class="top">
<!-- #ifdef MP || APP-PLUS -->
<view class="sys-head">
@ -123,7 +123,7 @@
</view>
</view> -->
<view class="itemContent">
<image src="/static/images/bg2.png" mode="widthFix" class="itemImage"></image>
<image :src="`${baseurl}/static/images/bg2.png`" mode="widthFix" class="itemImage"></image>
<view class="numContainer">
<view class="num-wrapper">
@ -148,8 +148,8 @@
<text style="font-size: 36rpx;" v-if="!numShow">50000</text>
<text style="font-size: 36rpx;position: relative;top:10rpx;" v-if="numShow">*****</text>
</view>
<image src="/static/images/eye.png" mode="" @click="setShow(false)" v-if="numShow"></image>
<image src="/static/images/eye1.png" mode="" @click="setShow(true)" v-if="!numShow"></image>
<image :src="`${baseurl}/static/images/eye.png`" mode="" @click="setShow(false)" v-if="numShow"></image>
<image :src="`${baseurl}/static/images/eye1.png`" mode="" @click="setShow(true)" v-if="!numShow"></image>
</view>
</view>
@ -222,7 +222,6 @@
<!-- :style="colorStyle" -->
<view class="mid" style="flex:1;overflow: hidden;">
<scroll-view scroll-y="true" style="height: 100%;">
<!-- <image src="/static/images/myBg.png" mode="" class="topImage"></image> -->
<view class="order-wrapper" :class="userInfo.svip_open?'':'height'">
<view class="order-hd flex">
@ -238,7 +237,7 @@
<view class="pic">
<!-- <text class="iconfont" :class="item.img"></text> -->
<image :src="item.pic" class="picImage" mode="widthFix"></image>
<image :src="`${baseurl}${item.pic}`" class="picImage" mode="widthFix"></image>
<text class="order-status-num" v-if="item.num > 0">{{ item.num }}</text>
</view>
<view class="txt">{{$t(item.title)}}</view>
@ -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

@ -2,7 +2,7 @@
<view :style="colorStyle" class="wrapper">
<view class="bag">
<!-- <img :src="`../static/login-bg_${colorStatus}.jpg`" alt="" srcset=""> -->
<img :src="`../../../static/images/loginBg.png`" alt="" srcset="">
<img :src="`${baseurl}/static/images/loginBg.png`" alt="" srcset="">
</view>
<view class="system-height" :style="{ height: statusBarHeight }"></view>
<!-- #ifdef MP -->
@ -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
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save