소스 검색

认真完成

guessPrice
zhanghaojie 5 년 전
부모
커밋
cc3ef51b50
12개의 변경된 파일57개의 추가작업 그리고 56개의 파일을 삭제
  1. +1
    -0
      496_dongfengqichen/pages/scout/register/register.js
  2. +1
    -1
      496_dongfengqichen/pages/scout/register/register.json
  3. +3
    -2
      496_dongfengqichen/pages/scout/register/register.wxml
  4. +14
    -11
      496_dongfengqichen/pages/scout/register/register.wxss
  5. +1
    -1
      496_dongfengqichen/pages/scout/scout.json
  6. +3
    -3
      496_dongfengqichen/pages/scout/scout.wxml
  7. +8
    -12
      496_dongfengqichen/pages/scout/scout.wxss
  8. +6
    -2
      496_dongfengqichen/pages/star/star.js
  9. +1
    -1
      496_dongfengqichen/pages/star/star.json
  10. +2
    -1
      496_dongfengqichen/pages/star/star.wxml
  11. +5
    -10
      496_dongfengqichen/pages/star/star.wxss
  12. +12
    -12
      496_dongfengqichen/project.config.json

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

@@ -335,6 +335,7 @@ Page({
console.log(res)
if(res.code=200 && res.data){
if(res.data.adminState==1){//审核通过
// this.setData({maskShow:true})
wx.navigateTo({url: '../../scout/scout'})
}else if(res.data.adminState==0 || res.data.adminState==-1){//审核中&审核失败
if(res.data.adminState==0){

+ 1
- 1
496_dongfengqichen/pages/scout/register/register.json 파일 보기

@@ -1,5 +1,5 @@
{
"navigationBarTitleText": "东风启辰“星探计划”",
"navigationBarTitleText": "认证中心",
"usingComponents": {
"tabBar": "../component/tabBar/index"
}

+ 3
- 2
496_dongfengqichen/pages/scout/register/register.wxml 파일 보기

@@ -70,8 +70,9 @@
</view>
<view class="mask" wx:if="{{maskShow}}">
<view class="ruleContent">
<image class="rule" src="{{imgUrl+'/star/scout/register/getok.png'}}" bindtap="hiddenRule">></image>
<view class="closeBtn" style="right:-35rpx;top:-40rpx;" bindtap="hiddenRule"></view>
<image class="rule" src="{{imgUrl+'/star/scout/register/getok.png'}}" >></image>
<view class="returnbtn" bindtap="hiddenRule"></view>
<image class="closeBtn" src="{{imgUrl+'/star/closebtn.png'}}" bindtap="hiddenRule"></image>
</view>
</view>
</view>

+ 14
- 11
496_dongfengqichen/pages/scout/register/register.wxss 파일 보기

@@ -227,22 +227,25 @@ image.arrowDown{
width: 100%;
height: 100%;
}
.returnbtn{
background-color: #000000;
position: absolute;
height: 50rpx;
width: 274rpx;
left:105rpx;
bottom:60rpx;
opacity: 0;
}
.closeBtn {
color: #ffffff;
border-radius: 50%;
text-align: center;
position: absolute;
height: 40rpx;
line-height: 40rpx;
width: 40rpx;
font-size: 30rpx;
padding: 2rpx;
position: absolute;
border: 2rpx solid #fff;
right:-40rpx;
top:-40rpx;
}
/* use cross as close button */
.closeBtn::before {
/* .closeBtn::before {
content: "\2716";
}
} */

+ 1
- 1
496_dongfengqichen/pages/scout/scout.json 파일 보기

@@ -1,5 +1,5 @@
{
"navigationBarTitleText": "东风启辰“星探计划”",
"navigationBarTitleText": "星探任务",
"usingComponents": {
"tabBar": "../component/tabBar/index"
}

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

@@ -2,15 +2,15 @@
<view class="showView">
<view class="content">
<image class="bg" src="{{imgUrl+'/star/scout/bg.jpg'}}"></image>
<image class="reward" src="{{imgUrl+'/star/scout/reward.png'}}"></image>
<image class="reward" src="{{imgUrl+'/star/tu1.png'}}"></image>
<view class="btn" bindtap="getPoster">立即分享,赚取奖励</view>
<button class="btn2" wx:if="{{iconShow}}" open-type="getUserInfo" bindgetuserinfo="getUserWxMsg"></button>
</view>
<view class="mask" wx:if="{{maskShow}}">
<view class="tipContent" wx:if="{{tipShow}}">
<view class="title">{{titleContent}}</view>
<image class="txt" src="{{imgUrl+'/star/scout/tipContent.png'}}"></image>
<view class="closeBtn" style="right:-40rpx;top:-45rpx;" bindtap="hiddenTip"></view>
<image class="txt" src="{{imgUrl+'/star/txt1.png'}}"></image>
<image class="closeBtn" src="{{imgUrl+'/star/closebtn.png'}}" bindtap="hiddenTip"></image>
</view>
</view>
</view>

+ 8
- 12
496_dongfengqichen/pages/scout/scout.wxss 파일 보기

@@ -14,6 +14,7 @@
}
.reward{
width: 602rpx;
height: 446rpx;
height: 548rpx;
margin: 43rpx auto 0 auto;
}
@@ -26,7 +27,7 @@
color: #ffffff;
border-radius: 15rpx;
background-color: #2a558d;
margin: 20rpx auto 40rpx auto;
margin: 120rpx auto 40rpx auto;
}
.btn2{
text-align: center;
@@ -67,25 +68,20 @@
background-color: #2a558d;
}
.tipContent>.txt{
width: 400rpx;
width: 449rpx;
height: 181rpx;
margin: 70rpx auto 0 auto;
}
.closeBtn {
color: #ffffff;
border-radius: 50%;
text-align: center;
position: absolute;
height: 40rpx;
line-height: 40rpx;
width: 40rpx;
font-size: 30rpx;
padding: 2rpx;
position: absolute;
border: 2rpx solid #fff;
right:-40rpx;
top:-40rpx;
}
/* use cross as close button */
.closeBtn::before {
/* .closeBtn::before {
content: "\2716";
}
} */

+ 6
- 2
496_dongfengqichen/pages/star/star.js 파일 보기

@@ -124,13 +124,13 @@ Page({
numList: [0,4,0,0,0]
})
}
this.getNumber=setInterval(this.vCodeDownTime,30);
this.getNumber=setInterval(this.vCodeDownTime,20);
}
}, this);
},
vCodeDownTime(){
var numb = this.data.starNumber;
numb=Math.floor(this.data.starNumber+(this.data.stopNumber-4000)/90);
numb=Math.floor(this.data.starNumber+(this.data.stopNumber-4000)/80);
if(numb>=this.data.stopNumber){
numb=this.data.stopNumber;
clearInterval(this.getNumber);
@@ -177,6 +177,10 @@ Page({
this.setData({phonebol: false})
}
this.setData({isbtn: true})
// wx.navigateTo({
// url: '../scout/register/register'
// })
},

/**

+ 1
- 1
496_dongfengqichen/pages/star/star.json 파일 보기

@@ -1,5 +1,5 @@
{
"navigationBarTitleText": "东风启辰“星探计划",
"navigationBarTitleText": "星探计划",
"usingComponents": {
"tabBar": "../component/tabBar/index"
}

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

@@ -24,7 +24,8 @@
<view class="mask" wx:if="{{maskShow}}">
<view class="ruleContent">
<image class="rule" src="{{imgUrl+'/star/rule.png'}}"></image>
<view class="closeBtn" style="right:-40rpx;top:-45rpx;" bindtap="hiddenRule"></view>
<image class="closeBtn" src="{{imgUrl+'/star/closebtn.png'}}" bindtap="hiddenRule"></image>
<!-- <view class="closeBtn" style="right:-40rpx;top:-45rpx;" bindtap="hiddenRule"></view> -->
</view>
</view>
</view>

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

@@ -135,20 +135,15 @@
}
.closeBtn {
color: #ffffff;
border-radius: 50%;
text-align: center;
position: absolute;
height: 40rpx;
line-height: 40rpx;
width: 40rpx;
font-size: 30rpx;
padding: 2rpx;
position: absolute;
border: 2rpx solid #fff;
right:-40rpx;
top:-40rpx;
}
/* use cross as close button */
.closeBtn::before {
/* .closeBtn::before {
content: "\2716";
}
} */

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

@@ -84,18 +84,18 @@
"pathName": "pages/coupon/coupon",
"query": ""
},
{
"id": -1,
"name": "集碎片",
"pathName": "pages/everyday/everyday",
"query": ""
},
{
"id": -1,
"name": "领红包注册",
"pathName": "pages/receiveRegister/receiveRegister",
"query": ""
}
{
"id": -1,
"name": "集碎片",
"pathName": "pages/everyday/everyday",
"query": ""
},
{
"id": -1,
"name": "领红包注册",
"pathName": "pages/receiveRegister/receiveRegister",
"query": ""
}
]
}
}

Loading…
취소
저장