소스 검색

竞猜价格公布

master
suizhijia 5 년 전
부모
커밋
b7dd5a16d7
6개의 변경된 파일15개의 추가작업 그리고 11개의 파일을 삭제
  1. +0
    -1
      496_dongfengqichen/pages/component/service/index.js
  2. +1
    -1
      496_dongfengqichen/pages/guess/guess.wxml
  3. +5
    -0
      496_dongfengqichen/pages/guessSecondResult/guessSecondResult.js
  4. +4
    -3
      496_dongfengqichen/pages/guessSecondResult/guessSecondResult.wxml
  5. +5
    -5
      496_dongfengqichen/pages/guessSecondResult/guessSecondResult.wxss
  6. +0
    -1
      496_dongfengqichen/pages/myCenter/myCenter.js

+ 0
- 1
496_dongfengqichen/pages/component/service/index.js 파일 보기

wx.navigateToMiniProgram({ wx.navigateToMiniProgram({
appId:'wx1d585c8c2fffe589', appId:'wx1d585c8c2fffe589',
path:"/pages/take/takeHome/takeHome", path:"/pages/take/takeHome/takeHome",
envVersion:"trial",
success(res) { success(res) {
// 打开成功 // 打开成功
}, },

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

</view> </view>
<view class="ruleFrame ruleFrame2" wx:if="{{tipWindow2}}"> <view class="ruleFrame ruleFrame2" wx:if="{{tipWindow2}}">
<view class="tipWindow"> <view class="tipWindow">
<image class="tipWindowBg" src="{{imgUrl+'/newImages6/1.png'}}"></image>
<image class="tipWindowBg" src="{{imgUrl+'/newImages6/40.png'}}"></image>
<image class="tipWindowClose" bindtap="tipWindowControl2" src="{{imgUrl+'/newImages4/27.png'}}"></image> <image class="tipWindowClose" bindtap="tipWindowControl2" src="{{imgUrl+'/newImages4/27.png'}}"></image>
</view> </view>
</view> </view>

+ 5
- 0
496_dongfengqichen/pages/guessSecondResult/guessSecondResult.js 파일 보기

this.setData({ this.setData({
windowTipShow:!this.data.windowTipShow windowTipShow:!this.data.windowTipShow
}) })
},
lookConfigure: function () {
wx.navigateTo({
url: '/pages/configure/configure',
})
} }
}) })

+ 4
- 3
496_dongfengqichen/pages/guessSecondResult/guessSecondResult.wxml 파일 보기

<view class="pageContent"> <view class="pageContent">
<view class="topGroup"> <view class="topGroup">
<view style="position: relative;width:100%;height:100%;"> <view style="position: relative;width:100%;height:100%;">
<image class="newImages5-2" src="{{imgUrl+'/newImages5/78.png'}}"></image>
<image class="newImages5-2" src="{{imgUrl+'/newImages6/41.png'}}"></image>
<view class="lookDetail" bindtap="lookConfigure"></view> <view class="lookDetail" bindtap="lookConfigure"></view>
</view> </view>
</view> </view>
<image class="newImages6-2" src="{{imgUrl+'/newImages6/'+(guessResult==1?'5':guessResult==2?'6':'7')+'.png'}}"></image>
<image class="newImages6-9" src="{{imgUrl+'/newImages6/9.png'}}"></image>
<image class="newImages6-2" src="{{imgUrl+'/newImages6/'+(guessResult==1?'44':guessResult==2?'42':'43')+'.png'}}"></image>
<image class="newImages6-9" style="width:439rpx;height:31rpx;" wx:if="{{guessResult==1}}" src="{{imgUrl+'/newImages6/45.png'}}"></image>
<image class="newImages6-9" wx:if="{{guessResult!=1}}" src="{{imgUrl+'/newImages6/9.png'}}"></image>
<view class="selectFream"> <view class="selectFream">
<image class="versions-19" src="{{imgUrl+'/versions/19.png'}}"></image> <image class="versions-19" src="{{imgUrl+'/versions/19.png'}}"></image>
<view class="priceGroup" wx:for="{{guessPriceArr}}" wx:key="index" data-index="{{index}}" style="left:{{154+index*77}}rpx"> <view class="priceGroup" wx:for="{{guessPriceArr}}" wx:key="index" data-index="{{index}}" style="left:{{154+index*77}}rpx">

+ 5
- 5
496_dongfengqichen/pages/guessSecondResult/guessSecondResult.wxss 파일 보기

} }
.topGroup{ .topGroup{
position: relative; position: relative;
width: 711rpx;
height: 440rpx;
width: 710rpx;
height: 483rpx;
margin-left: auto; margin-left: auto;
margin-right: 0; margin-right: 0;
margin-top: 70rpx;
margin-top: 30rpx;
} }
.lookDetail{ .lookDetail{
position: absolute; position: absolute;
left: 52rpx;
bottom: 60rpx;
left: 68rpx;
bottom: 64rpx;
width: 230rpx; width: 230rpx;
height: 30rpx; height: 30rpx;
/* background-color: rgba(0,0,0,0.5); */ /* background-color: rgba(0,0,0,0.5); */

+ 0
- 1
496_dongfengqichen/pages/myCenter/myCenter.js 파일 보기

wx.navigateToMiniProgram({ wx.navigateToMiniProgram({
appId:'wx1d585c8c2fffe589', appId:'wx1d585c8c2fffe589',
path:"/pages/carorder_info/carorder_info", path:"/pages/carorder_info/carorder_info",
envVersion:"trial",
success(res) { success(res) {
// 打开成功 // 打开成功
}, },

Loading…
취소
저장