소스 검색

智能大屏跳转判断修改

tags/安徽版C.4.1.6最终版
刘晖 6 년 전
부모
커밋
24815844ad
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pages/bargain/bargainDatail/bargainDatail.wxss
  2. +6
    -0
      pages/index/index.js

+ 1
- 1
pages/bargain/bargainDatail/bargainDatail.wxss 파일 보기

@@ -236,7 +236,7 @@ page{
}
.goback{
position: fixed;
right: 38rpx;
right: 50rpx;
top: 60rpx;
width:100rpx!important;
height:100rpx;


+ 6
- 0
pages/index/index.js 파일 보기

@@ -29,6 +29,12 @@ Page({
console.log(this.data.newArr)
if (this.data.newArr[0]=='JC'){
options.couponChannelId = this.data.newArr[1];
} else if (this.data.newArr[0] == 'JH'){

} else if (this.data.newArr[0] == 'JB'){

} else if (this.data.newArr[0] == 'JG'){

}
}
console.log(options.couponChannelId)


불러오는 중...
취소
저장