Commit fca464173f364363bd418779ca0a8e373212baca

Authored by ren
1 parent b52e6713

sdg

uniapp-wuduhuajiao/common/config/config.js
... ... @@ -14,8 +14,8 @@
14 14 export default {
15 15 appurl_chaoge: 'http://huajiao.t1j2.com/api',
16 16 socketurl: 'ws://huajiao.t1j2.com/api/message/websocket', //如果是ws:// 地址为ws://你服务器IP:7272 如 ws://123.4.56.78:7272,使用wss 后面不需要添加 :7272 端口
17   - cdnurl: 'http://t1.sherkxuan.cn',
18   - appurl: 'http://t1.sherkxuan.cn/api', //如二级域名:https://api.wanlshop.com 或不使用二级域名 https://www.wanlshop.com/api
  17 + cdnurl: 'http://app.xn--43vp3ce98aj8m.com',
  18 + appurl: 'http://app.xn--43vp3ce98aj8m.com/api', //如二级域名:https://api.wanlshop.com 或不使用二级域名 https://www.wanlshop.com/api
19 19 amapkey: '0a9f67a6f8f7cc3315d30846a0fde88b',
20 20 appid: 'wx6****************7a', // 公众号appid
21 21 versionName: '1.1.3',
... ...
uniapp-wuduhuajiao/pages/collect/components/list1.vue
... ... @@ -3,7 +3,7 @@
3 3 <view class="list1 flex justify-content-between" v-for="(item,index) of arr" :key="index">
4 4 <view class=" flex">
5 5 <view style="position: relative;">
6   - <image :src="'http://t1.sherkxuan.cn/'+item.shop.avatar"
  6 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.shop.avatar"
7 7 style="width: 140rpx;border-radius: 15rpx;height: 100%;" mode="aspectFill"></image>
8 8 <image src="../../../static/home/shou2.png" class="postion1" mode="widthFix" @click="change(item)"></image>
9 9 <!-- <image :src="item.is_follow?'../../../static/home/shou2.png':'../../../static/home/shou1.png'" class="postion1" mode="widthFix"></image> -->
... ... @@ -17,7 +17,7 @@
17 17  
18 18 <view class="flex ">
19 19 <view style="position: relative;margin-right: 20rpx;" v-if="item.shop.user.cz">
20   - <image :src="'http://t1.sherkxuan.cn/'+item.shop.user.cz.image" class="img" mode="aspectFill">
  20 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.shop.user.cz.image" class="img" mode="aspectFill">
21 21 </image>
22 22 <view class="postion">
23 23 <image src="/static/home/shi.png" mode="widthFix"></image>
... ... @@ -25,7 +25,7 @@
25 25 </view>
26 26 </view>
27 27 <view style="position: relative;margin-right: 20rpx;" v-if="item.shop.user.sz">
28   - <image :src="'http://t1.sherkxuan.cn/'+item.shop.user.sz.image" class="img" mode="aspectFill">
  28 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.shop.user.sz.image" class="img" mode="aspectFill">
29 29 </image>
30 30 <view class="postion">
31 31 <image src="/static/home/shi.png" mode="widthFix"></image>
... ... @@ -33,7 +33,7 @@
33 33 </view>
34 34 </view>
35 35 <view style="position: relative;margin-right: 20rpx;" v-if="item.shop.user.cm">
36   - <image :src="'http://t1.sherkxuan.cn/'+item.shop.user.cm.image" class="img" mode="aspectFill">
  36 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.shop.user.cm.image" class="img" mode="aspectFill">
37 37 </image>
38 38 <view class="postion">
39 39 <image src="/static/home/shi.png" mode="widthFix"></image>
... ...
uniapp-wuduhuajiao/pages/shop1/index.vue
... ... @@ -26,7 +26,7 @@
26 26 <view class="flex">
27 27 <view class="new_list" v-for="(item,index) of JinList" :key="index" @click="goNavT(item.id)">
28 28 <view style="width: 100%;height: 180rpx;">
29   - <image :src="'http://t1.sherkxuan.cn'+item.image" mode="aspectFill"></image>
  29 + <image :src="'http://app.xn--43vp3ce98aj8m.com'+item.image" mode="aspectFill"></image>
30 30 </view>
31 31 <view style="padding: 10rpx 10rpx 20rpx;">
32 32 <view class="name nowap">{{item.title}}</view>
... ... @@ -68,7 +68,7 @@
68 68 <view class="flex flex-wrap justify-content-between" style="margin-bottom: 120rpx;">
69 69 <view class="new_list " v-for="(item,index) of Message" style="margin-top: 20rpx;width: 48%;margin-right: 0;" @click="goNavT(item.id)">
70 70 <view style="width: 100%;height: 180rpx;" >
71   - <image :src="'http://t1.sherkxuan.cn'+item.image" mode="aspectFill"></image>
  71 + <image :src="'http://app.xn--43vp3ce98aj8m.com'+item.image" mode="aspectFill"></image>
72 72 </view>
73 73 <view style="padding: 10rpx 10rpx 20rpx;">
74 74 <view class="name nowap">{{item.title}}</view>
... ...
uniapp-wuduhuajiao/pages/wanl-home/components/list1.vue
... ... @@ -3,7 +3,7 @@
3 3 <view class="list1 flex justify-content-between" v-for="(item,index) of shopList" :key="index">
4 4 <view class=" flex">
5 5 <view style="position: relative;">
6   - <image :src="'http://t1.sherkxuan.cn/'+item.avatar"
  6 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.avatar"
7 7 style="width: 140rpx;border-radius: 15rpx;height: 100%;" mode="aspectFill"></image>
8 8 <!-- <image src="../../../static/home/shou1.png" v-if="!item.is_follow" class="postion1" mode="widthFix"></image> -->
9 9 <image :src="item.is_follow?'../../../static/home/shou2.png':'../../../static/home/shou1.png'"
... ... @@ -18,7 +18,7 @@
18 18  
19 19 <view class="flex ">
20 20 <view style="position: relative;margin-right: 20rpx;" v-if="item.user.cz">
21   - <image :src="'http://t1.sherkxuan.cn/'+item.user.cz.image" class="img" mode="aspectFill">
  21 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.user.cz.image" class="img" mode="aspectFill">
22 22 </image>
23 23 <view class="postion">
24 24 <image src="/static/home/shi.png" mode="widthFix"></image>
... ... @@ -26,7 +26,7 @@
26 26 </view>
27 27 </view>
28 28 <view style="position: relative;margin-right: 20rpx;" v-if="item.user.sz">
29   - <image :src="'http://t1.sherkxuan.cn/'+item.user.sz.image" class="img" mode="aspectFill">
  29 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.user.sz.image" class="img" mode="aspectFill">
30 30 </image>
31 31 <view class="postion">
32 32 <image src="/static/home/shi.png" mode="widthFix"></image>
... ... @@ -34,7 +34,7 @@
34 34 </view>
35 35 </view>
36 36 <view style="position: relative;margin-right: 20rpx;" v-if="item.user.cm">
37   - <image :src="'http://t1.sherkxuan.cn/'+item.user.cm.image" class="img" mode="aspectFill">
  37 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.user.cm.image" class="img" mode="aspectFill">
38 38 </image>
39 39 <view class="postion">
40 40 <image src="/static/home/shi.png" mode="widthFix"></image>
... ...
uniapp-wuduhuajiao/pages/wanl-home/detail.vue
... ... @@ -3,7 +3,7 @@
3 3 <view class="top flex flex-wrap justify-content-between">
4 4 <view class="top-list " v-for="(item,index) of info.category" :key="index" @click="goNavT(item.id)">
5 5 <view class="img">
6   - <image :src="'http://t1.sherkxuan.cn/'+item.image" v-if="item.image" mode="aspectFill"></image>
  6 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.image" v-if="item.image" mode="aspectFill"></image>
7 7 </view>
8 8 <view style="padding: 15rpx;">
9 9 <view style="font-size: 28rpx;font-weight: bold;" class="title">
... ... @@ -25,7 +25,7 @@
25 25 <view class="flex justify-content-between list_user" v-for="(item,index) of info.user">
26 26 <view class="flex" style="align-items: center;">
27 27 <view style="width: 120rpx;">
28   - <image :src="'http://t1.sherkxuan.cn/'+item.image" style="width: 100%;" mode="widthFix"></image>
  28 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.image" style="width: 100%;" mode="widthFix"></image>
29 29 </view>
30 30 <view style="color: #A8A8A8;font-size: 26rpx;margin-left: 20rpx;max-width: 180rpx;" class="title">{{item.name}}</view>
31 31 <view v-if="item.type==1" class="type">村长</view>
... ...
uniapp-wuduhuajiao/pages/wanl-home/supply.vue
... ... @@ -36,7 +36,7 @@
36 36 <view class="list1 flex justify-content-between" v-for="item of shopList" :key="index" >
37 37 <view class=" flex">
38 38 <view style="position: relative;">
39   - <image :src="'http://t1.sherkxuan.cn/'+item.avatar"
  39 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.avatar"
40 40 style="width: 140rpx;border-radius: 15rpx;height: 100%;" mode="aspectFill"></image>
41 41 <!-- <image src=".../../static/home/shou1.png" class="postion1" mode="widthFix"></image> -->
42 42 <image :src="item.is_follow?'../../static/home/shou2.png':'../../static/home/shou1.png'" @click="change(item)" class="postion1" mode="widthFix"></image>
... ... @@ -50,7 +50,7 @@
50 50  
51 51 <view class="flex ">
52 52 <view style="position: relative;margin-right: 20rpx;" v-if="item.user.cz">
53   - <image :src="'http://t1.sherkxuan.cn/'+item.user.cz.image" class="img" mode="aspectFill">
  53 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.user.cz.image" class="img" mode="aspectFill">
54 54 </image>
55 55 <view class="postion">
56 56 <image src="/static/home/shi.png" mode="widthFix"></image>
... ... @@ -58,7 +58,7 @@
58 58 </view>
59 59 </view>
60 60 <view style="position: relative;margin-right: 20rpx;" v-if="item.user.sz">
61   - <image :src="'http://t1.sherkxuan.cn/'+item.user.sz.image" class="img" mode="aspectFill">
  61 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.user.sz.image" class="img" mode="aspectFill">
62 62 </image>
63 63 <view class="postion">
64 64 <image src="/static/home/shi.png" mode="widthFix"></image>
... ... @@ -66,7 +66,7 @@
66 66 </view>
67 67 </view>
68 68 <view style="position: relative;margin-right: 20rpx;" v-if="item.user.cm">
69   - <image :src="'http://t1.sherkxuan.cn/'+item.user.cm.image" class="img" mode="aspectFill">
  69 + <image :src="'http://app.xn--43vp3ce98aj8m.com/'+item.user.cm.image" class="img" mode="aspectFill">
70 70 </image>
71 71 <view class="postion">
72 72 <image src="/static/home/shi.png" mode="widthFix"></image>
... ...
uniapp-wuduhuajiao/service/request.js
... ... @@ -11,7 +11,7 @@ const del = function(url, data, noApiBase) {
11 11 return request(url, 'DELETE', data, noApiBase);
12 12 }
13 13 const request = function(url, method, data, noApiBase) {
14   - url = 'http://t1.sherkxuan.cn' + '/api' + url;
  14 + url = 'http://app.xn--43vp3ce98aj8m.com' + '/api' + url;
15 15 return new Promise((resolve, reject) => {
16 16 uni.request({
17 17 url,
... ...