lin
2026-04-28 e8b60bc428d93f99f66474f3ef418558facf0a31
UI: 小猪优选
5 files modified
25 ■■■■■ changed files
main.js 7 ●●●●● patch | view | raw | blame | history
pages/login/login.vue 1 ●●●● patch | view | raw | blame | history
pages/my/my.vue 1 ●●●● patch | view | raw | blame | history
pages/quanyi/add.vue 14 ●●●● patch | view | raw | blame | history
pages/vip/index.vue 2 ●●● patch | view | raw | blame | history
main.js
@@ -8,12 +8,13 @@
Vue.config.productionTip = false
App.mpType = 'app'
// Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
Vue.prototype.$util = util
Vue.prototype.$baseUrl = 'https://qxg1996.lllykj.com'
if(process.env.NODE_ENV === 'development') {
    Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
}
// if(process.env.NODE_ENV === 'development') {
//     Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
// }
Vue.prototype.$bank = [
    '中国工商银行',
    '中国建设银行',
pages/login/login.vue
@@ -181,6 +181,7 @@
                    // configureToDomain: 小猪优选是 融6,则configureToDomain = 6,看商城属于融几,购有趣(融7)等等
                    const ygxRes = await new Promise((resolve, reject) => {
                      uni.request({
                        // url: t.$webHost + '/api/v2/auth/iosShopUnionLogin?phone=' + t.$util.getUserInfo().phone+'&configureToDomain=6',
                        url: t.$webHost + '/api/v2/auth/iosShopUnionLogin?phone=' + t.$util.getUserInfo().phone+'&configureToDomain=6',
                        success: resolve,
                        fail: reject
pages/my/my.vue
@@ -140,6 +140,7 @@
              const _this = this;
              if(_this.$util.getUserInfo()?.phone){
                uni.request({
                  // url: _this.$webHost+'/api/v2/auth/iosShopUnionLogin?phone=' + _this.$util.getUserInfo().phone+'&configureToDomain=6',
                  url: _this.$webHost+'/api/v2/auth/iosShopUnionLogin?phone=' + _this.$util.getUserInfo().phone+'&configureToDomain=6',
                  data:{
                    customerId: uni.getStorageSync('ygxLogin').customerId,
pages/quanyi/add.vue
@@ -172,13 +172,13 @@
  },
  mounted(){
    this.windowHeight = uni.getSystemInfoSync().windowHeight;
    this.interval = setInterval(() => {
      let newHeight = window.innerHeight;
      if (this.windowHeight !== newHeight) {
        this.windowHeight = newHeight;
        this.handleResize();
      }
    }, 200);
    // this.interval = setInterval(() => {
    //   let newHeight = window.innerHeight;
    //   if (this.windowHeight !== newHeight) {
    //     this.windowHeight = newHeight;
    //     this.handleResize();
    //   }
    // }, 200);
  },
  methods: {
    kk(){
pages/vip/index.vue
@@ -223,7 +223,7 @@
    </view>
    <agreement ref="agreement"></agreement>
    <!-- <agreement ref="agreement"></agreement> -->
  </view>
</template>