Explorar el Código

暂时下架超值增配活动(正式环境)

master
suizhijia hace 5 años
padre
commit
935886554e
Se han modificado 5 ficheros con 14 adiciones y 14 borrados
  1. +4
    -4
      496_dongfengqichen/app.js
  2. +4
    -4
      496_dongfengqichen/pages/component/tabBar/index.js
  3. +4
    -4
      496_dongfengqichen/pages/component/tabBar/index.wxml
  4. +1
    -1
      496_dongfengqichen/pages/placingOrder/placingOrder.wxml
  5. +1
    -1
      496_dongfengqichen/project.config.json

+ 4
- 4
496_dongfengqichen/app.js Ver fichero

@@ -83,10 +83,10 @@ App({
})
},
globalData: {
urlRoot: "https://dongfengqichen.jiyou-tech.com/",//测试接口根目录
// urlRoot: "https://xing.venucia.com/api/",//接口根目录
urlStatic: "https://www.jiyou-tech.com/2020/496_qichen/static",//测试静态资源根目录
// urlStatic: "https://xingb.venucia.com/resource",//静态资源根目录
// urlRoot: "https://dongfengqichen.jiyou-tech.com/",//测试接口根目录
urlRoot: "https://xing.venucia.com/api/",//接口根目录
// urlStatic: "https://www.jiyou-tech.com/2020/496_qichen/static",//测试静态资源根目录
urlStatic: "https://xingb.venucia.com/resource",//静态资源根目录
openid: "",//OPENID
parentOpenid:"",//推荐人的openid
session_key: "",//session_key

+ 4
- 4
496_dongfengqichen/pages/component/tabBar/index.js Ver fichero

@@ -46,12 +46,12 @@ Component({
// title: '暂未开启',
// icon:'none'
// })
// wx.reLaunch({
// url: '/pages/luckyStar/luckyStar'
// })
wx.reLaunch({
url: '/pages/mountings/mountings'
url: '/pages/luckyStar/luckyStar'
})
// wx.reLaunch({
// url: '/pages/mountings/mountings'
// })
} else if (page == '4'){
wx.reLaunch({
url: '/pages/myCenter/myCenter'

+ 4
- 4
496_dongfengqichen/pages/component/tabBar/index.wxml Ver fichero

@@ -8,14 +8,14 @@
<image class="tabBar2" src="{{imgUrl+'/tabBar/2_'+(nowPage==2?2:1)+'.png?v=002'}}"></image>
<view class="tabBarText {{nowPage==2?'tabBarText2':''}}">星探计划</view>
</view>
<!-- <view class="tabBarOption" bindtap="cutPage" data-page="3">
<view class="tabBarOption" bindtap="cutPage" data-page="3">
<image class="tabBar3" src="{{imgUrl+'/tabBar/3_'+(nowPage==3?2:1)+'.png?v=002'}}"></image>
<view class="tabBarText {{nowPage==3?'tabBarText2':''}}">玩出惊喜</view>
</view> -->
<view class="tabBarOption" bindtap="cutPage" data-page="3">
</view>
<!-- <view class="tabBarOption" bindtap="cutPage" data-page="3">
<image class="tabBar3" src="{{imgUrl+'/tabBar/3_'+(nowPage==3?2:1)+'.png?v=002'}}"></image>
<view class="tabBarText {{nowPage==3?'tabBarText2':''}}">超值增配</view>
</view>
</view> -->
<view class="tabBarOption" bindtap="cutPage" data-page="4" style="border:none;">
<image class="tabBar4" src="{{imgUrl+'/tabBar/4_'+(nowPage==4?2:1)+'.png?v=002'}}"></image>
<view class="tabBarText {{nowPage==4?'tabBarText2':''}}">个人中心</view>

+ 1
- 1
496_dongfengqichen/pages/placingOrder/placingOrder.wxml Ver fichero

@@ -80,7 +80,7 @@
</view>
<view class="tipFrame" wx:if="{{tipShow}}">
<view class="tipGroup">
<image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image>
<image class="closeTip" bindtap="tipShowControl2" src="{{imgUrl+'/newImages4/15.png'}}"></image>
<image class="tipGroupBg" src="{{imgUrl+'/newImages4/12.png'}}"></image>
<view class="tipGroupContent">
<image class="tipGroupContentImg" src="{{imgUrl+'/newImages9/23.png'}}"></image>

+ 1
- 1
496_dongfengqichen/project.config.json Ver fichero

@@ -4,7 +4,7 @@
"ignore": []
},
"setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,

Cargando…
Cancelar
Guardar