|
|
|
@ -1,11 +1,14 @@
|
|
|
|
|
// pages/quest/quest.js
|
|
|
|
|
import {http} from '../../../../../utils/util'
|
|
|
|
|
// import {DownloadSaveFile,downloadFile
|
|
|
|
|
// } from '../../../../../utils/downloadSaveFile.js'
|
|
|
|
|
Page({
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 页面的初始数据
|
|
|
|
|
*/
|
|
|
|
|
data: {
|
|
|
|
|
cdn:getApp().globalData.cdn,
|
|
|
|
|
type:0,
|
|
|
|
|
// questes: [
|
|
|
|
|
// {
|
|
|
|
@ -69,7 +72,8 @@ Page({
|
|
|
|
|
records:[],
|
|
|
|
|
questes:[],
|
|
|
|
|
infoObject:{},
|
|
|
|
|
isClick:false
|
|
|
|
|
isClick:false,
|
|
|
|
|
// imageUrl:"/pages/index/shortimage/img_xingtue@2x.png"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
back(){
|
|
|
|
@ -90,30 +94,34 @@ to(e) {
|
|
|
|
|
console.log(e)
|
|
|
|
|
wx.setStorageSync('info', e.currentTarget.dataset.cycle_id)
|
|
|
|
|
wx.navigateTo({
|
|
|
|
|
url:"/pages/index/subpage/brand/brandDetails/brandDetails?type=3"
|
|
|
|
|
url:"/pages/index/subpage/brand/brandDetails/brandDetails"
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
getcollection(){
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
//收藏
|
|
|
|
|
collection(e){
|
|
|
|
|
var that = this
|
|
|
|
|
let userId = this.data.infoObject.id
|
|
|
|
|
let referenceId = this.data.infoObject.id
|
|
|
|
|
// let referenceId = wx.getStorageSync('referenceId')
|
|
|
|
|
let isClick = this.data.isClick
|
|
|
|
|
console.log(e)
|
|
|
|
|
// wx.navigateTo({
|
|
|
|
|
// url:"/pages/user/subpage/newest/newest"
|
|
|
|
|
// })
|
|
|
|
|
http("/userReference/add", "post", {userId,referenceId
|
|
|
|
|
}).then(res =>{
|
|
|
|
|
this.setData({
|
|
|
|
|
// userId:e.currentTarget.dataset.cycle_id,
|
|
|
|
|
// referenceId:this.id
|
|
|
|
|
|
|
|
|
|
if(!isClick){
|
|
|
|
|
that.setData({
|
|
|
|
|
isClick:true
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
wx.showToast({
|
|
|
|
|
title: '收藏成功',
|
|
|
|
|
icon: 'none'
|
|
|
|
|
})
|
|
|
|
|
http("/userReference/add", "post", {userId,referenceId
|
|
|
|
|
}).then(res =>{
|
|
|
|
|
this.setData({
|
|
|
|
|
// userId:e.currentTarget.dataset.cycle_id,
|
|
|
|
|
// referenceId:this.id
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -129,7 +137,11 @@ to(e) {
|
|
|
|
|
infoObject:wx.getStorageSync('info')
|
|
|
|
|
})
|
|
|
|
|
this.getrecordslist()
|
|
|
|
|
this.getcollection()
|
|
|
|
|
// var htmls =
|
|
|
|
|
// <dib><h1>解析</h1></dib>
|
|
|
|
|
// var that = this
|
|
|
|
|
// WxParse.wxParse('htmls','html',htmls,that,5);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
getrecordslist(){
|
|
|
|
@ -187,32 +199,74 @@ to(e) {
|
|
|
|
|
* 用户点击右上角分享
|
|
|
|
|
*/
|
|
|
|
|
onShareAppMessage:function() {
|
|
|
|
|
// if (res.from === 'button') { // 来自页面内分享按钮
|
|
|
|
|
// console.log(e)
|
|
|
|
|
// }
|
|
|
|
|
var that = this
|
|
|
|
|
return {
|
|
|
|
|
title:this.data.infoObject.title,
|
|
|
|
|
path:"pages/index/subpage/brand/brandDetails/brandDetails?type=3",
|
|
|
|
|
imageUrl:"/pages/index/shortimage/img_xingtusi@2x.png",
|
|
|
|
|
title:that.data.infoObject.title,
|
|
|
|
|
path:"pages/index/subpage/brand/brandDetails/brandDetails",
|
|
|
|
|
// imageUrl:that.cdn+infoObject.cover,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
//保存
|
|
|
|
|
preserve(){
|
|
|
|
|
// if(type=1){
|
|
|
|
|
// 视频
|
|
|
|
|
wx.saveVideoToPhotosAlbum({
|
|
|
|
|
filePath: 'wxfile://xxx',
|
|
|
|
|
success (res) {
|
|
|
|
|
console.log(res.errMsg)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
// }else{
|
|
|
|
|
//图片
|
|
|
|
|
wx.saveImageToPhotosAlbum({
|
|
|
|
|
filePath:"../../../shortimage/img_xingtue@2x.png",
|
|
|
|
|
success(res) { }
|
|
|
|
|
})
|
|
|
|
|
// if(){
|
|
|
|
|
wx.showModal({
|
|
|
|
|
title: '提示',
|
|
|
|
|
content: '确定要保存吗?',
|
|
|
|
|
success: function (res) {
|
|
|
|
|
if (res.confirm) {
|
|
|
|
|
console.log('用户点击确定')
|
|
|
|
|
wx.getImageInfo({
|
|
|
|
|
src: '/pages/index/shortimage/img_xingtue@2x.png',
|
|
|
|
|
success: function (res) {
|
|
|
|
|
console.log(res);
|
|
|
|
|
var path = res.path;
|
|
|
|
|
wx.saveImageToPhotosAlbum({
|
|
|
|
|
filePath: path,
|
|
|
|
|
success: function (res) {
|
|
|
|
|
console.log('已保存');
|
|
|
|
|
},
|
|
|
|
|
fail: function (res) {
|
|
|
|
|
console.log('保存失败');
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
} else if (res.cancel) {
|
|
|
|
|
console.log('用户点击取消')
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
// }else{
|
|
|
|
|
// wx.showLoading({
|
|
|
|
|
// title: '下载中...',
|
|
|
|
|
// })
|
|
|
|
|
// wx.downloadFile({
|
|
|
|
|
// //视频信息的Url
|
|
|
|
|
// url: app.serverUrl + me.data.videoInfo.videoPath,
|
|
|
|
|
// success: function (res) {
|
|
|
|
|
// // 只要服务器有响应数据,就会把响应内容写入文件并进入 success 回调,业务需要自行判断是否下载到了想要的内容
|
|
|
|
|
// if (res.statusCode === 200) {
|
|
|
|
|
// console.log(res.tempFilePath);
|
|
|
|
|
|
|
|
|
|
// wx.saveVideoToPhotosAlbum({
|
|
|
|
|
// filePath: res.tempFilePath,
|
|
|
|
|
// success:function(res) {
|
|
|
|
|
// console.log(res.errMsg)
|
|
|
|
|
// wx.hideLoading();
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
},
|
|
|
|
|
// downloadSaveFile(e) {
|
|
|
|
|
// let url = e.currentTarget.dataset.url;
|
|
|
|
|
// // 保存到相册
|
|
|
|
|
// DownloadSaveFile.downloadFile('video', url); //video或image
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
})
|