Commit 38df1c0a authored by wangxuelai's avatar wangxuelai

'bug修改'

parent 38c0448f
<view class="sjd-poster-box"> <view class="sjd-poster-box">
<view class="img-wrap"> <view class="img-wrap">
<view class="img-box"> <view class="img-box">
<image class="poster-img" src="{{canvasimagepath}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" bindtap="previewImage"></image> <image class="poster-img" src="{{canvasimagepath}}" mode="aspectFit" lazy-load="false" binderror="" bindload="" bindtap="previewImage"></image>
<view class="close-box" bindtap="closeposter"> <view class="close-box" bindtap="closeposter">
<image class="close-icon" src="{{imageRoot}}2c/clockdetail/close.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix"></image> <image class="close-icon" src="{{imageRoot}}2c/clockdetail/close.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix"></image>
<view class="mask"></view> <view class="mask"></view>
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
} }
.sjd-poster-box .img-box { .sjd-poster-box .img-box {
width: 590rpx; width: 590rpx;
height: 1054rpx; height: 960rpx;
/* box-shadow: 0px 3rpx 38rpx 0px rgba(0, 0, 0, 0.13); */ /* box-shadow: 0px 3rpx 38rpx 0px rgba(0, 0, 0, 0.13); */
/* margin: 20rpx auto 30rpx; */ /* margin: 20rpx auto 30rpx; */
position: relative; position: relative;
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
/* width: 513rpx; /* width: 513rpx;
height: 913rpx; */ height: 913rpx; */
width: 100%; width: 100%;
height: 100%; height: 960rpx;
display: block; display: block;
} }
.sjd-poster-box .img-box .close-box{ .sjd-poster-box .img-box .close-box{
......
...@@ -917,10 +917,6 @@ Page({ ...@@ -917,10 +917,6 @@ Page({
const visitor = LocalStorage.getItem("visitor"); const visitor = LocalStorage.getItem("visitor");
let that = this; let that = this;
const { encryptedData, iv } = e.detail; const { encryptedData, iv } = e.detail;
<<<<<<< HEAD
if (e.detail.errMsg == "getPhoneNumber:fail user deny") {
=======
console.log(e.detail, 'e.detail');
if (e.detail.errMsg == 'getPhoneNumber:fail user deny') { //用户点击拒绝 if (e.detail.errMsg == 'getPhoneNumber:fail user deny') { //用户点击拒绝
wx.login({ wx.login({
success(res) { success(res) {
...@@ -930,7 +926,6 @@ Page({ ...@@ -930,7 +926,6 @@ Page({
}); });
} }
}); });
>>>>>>> 71b92eb2b99054ed49e185b2be5c08e5ef1b470a
wx.showToast({ wx.showToast({
title: "获取手机号失败", title: "获取手机号失败",
icon: "none" icon: "none"
...@@ -980,7 +975,7 @@ Page({ ...@@ -980,7 +975,7 @@ Page({
? {} ? {}
: { : {
code: this.data.sessionCode, code: this.data.sessionCode,
encryptData: this.data.encryptedData, encryptedData: this.data.encryptedData,
iv: this.data.iv iv: this.data.iv
}; };
subjectStudentSign( subjectStudentSign(
...@@ -997,8 +992,6 @@ Page({ ...@@ -997,8 +992,6 @@ Page({
url: `/src/pages/themeindex/index?&tid=${this.data.themeSelect.id}&sid=${this.data.sid}` url: `/src/pages/themeindex/index?&tid=${this.data.themeSelect.id}&sid=${this.data.sid}`
}); });
} else { } else {
<<<<<<< HEAD
=======
wx.login({ wx.login({
success(res) { success(res) {
const sessionCode = res.code; const sessionCode = res.code;
...@@ -1007,7 +1000,6 @@ Page({ ...@@ -1007,7 +1000,6 @@ Page({
}); });
} }
}); });
>>>>>>> 71b92eb2b99054ed49e185b2be5c08e5ef1b470a
} }
}) })
.catch(err => { .catch(err => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment