소스 검색

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

master
suizhijia 5 년 전
부모
커밋
935886554e
5개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  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 파일 보기

}) })
}, },
globalData: { 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 openid: "",//OPENID
parentOpenid:"",//推荐人的openid parentOpenid:"",//推荐人的openid
session_key: "",//session_key session_key: "",//session_key

+ 4
- 4
496_dongfengqichen/pages/component/tabBar/index.js 파일 보기

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

+ 4
- 4
496_dongfengqichen/pages/component/tabBar/index.wxml 파일 보기

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

+ 1
- 1
496_dongfengqichen/pages/placingOrder/placingOrder.wxml 파일 보기

</view> </view>
<view class="tipFrame" wx:if="{{tipShow}}"> <view class="tipFrame" wx:if="{{tipShow}}">
<view class="tipGroup"> <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> <image class="tipGroupBg" src="{{imgUrl+'/newImages4/12.png'}}"></image>
<view class="tipGroupContent"> <view class="tipGroupContent">
<image class="tipGroupContentImg" src="{{imgUrl+'/newImages9/23.png'}}"></image> <image class="tipGroupContentImg" src="{{imgUrl+'/newImages9/23.png'}}"></image>

+ 1
- 1
496_dongfengqichen/project.config.json 파일 보기

"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true, "es6": true,
"postcss": true, "postcss": true,
"minified": true, "minified": true,

Loading…
취소
저장