|
@@ -31,13 +31,15 @@ Page({
|
|
|
y: 0,
|
|
|
url: 'https://app.schoolwisdoms.com/static/app/student/imgs/share-bill.png',
|
|
|
width: 700,
|
|
|
- height: 900
|
|
|
+ height: 900,
|
|
|
+ zIndex:1,
|
|
|
}, {
|
|
|
x: 250,
|
|
|
y: 640,
|
|
|
- url: 'https://app.schoolwisdoms.com/static/app/student/imgs/share-bill.png',
|
|
|
+ url: '',
|
|
|
width: 200,
|
|
|
- height: 200
|
|
|
+ height: 200,
|
|
|
+ zIndex: 2
|
|
|
}],
|
|
|
},
|
|
|
qrCodeImg: '',
|
|
@@ -104,7 +106,7 @@ Page({
|
|
|
|
|
|
/**
|
|
|
* 生命周期函数--监听页面加载
|
|
|
- */
|
|
|
+ */
|
|
|
onLoad: function (options) {
|
|
|
|
|
|
if (options.sid && options.oid) {
|