浏览代码

智能大屏跳转判断修改

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)


正在加载...
取消
保存