适配修改
This commit is contained in:
@@ -291,6 +291,9 @@
|
||||
uni.canvasToTempFilePath({
|
||||
canvasId: _this.CanvasID,
|
||||
quality: 1,
|
||||
fail: (err) => {
|
||||
console.log("-----", err);
|
||||
},
|
||||
complete: res => {
|
||||
console.log(res)
|
||||
if ( res.tempFilePath) {
|
||||
|
||||
@@ -375,7 +375,8 @@
|
||||
});
|
||||
},
|
||||
ymfposterSuccess(haibaoImg) {
|
||||
this.haibaoImg = haibaoImg;
|
||||
console.log("ssssssssssssssss", haibaoImg);
|
||||
this.haibaoImg = haibaoImg.tempFilePath;
|
||||
this.modalName = 'Image';
|
||||
uni.hideLoading();
|
||||
},
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<view class="navTitle">
|
||||
<view></view>
|
||||
<view class="title">任务大厅</view>
|
||||
<image @click="goNav({jumpType:1,buttonUrl:'/pages/iSiAnfghCC/abKTySghjA'})" class="navTitleIcon"
|
||||
<image @click="goNav({jumpType:1,buttonUrl:'/pages/me/index'})" class="navTitleIcon"
|
||||
src="../../static/images/my.png"></image>
|
||||
</view>
|
||||
<view class="icon u-relative padding">
|
||||
|
||||
Reference in New Issue
Block a user