master
lion 1 year ago
parent a856d216a0
commit 676c9aa5ef

@ -329,6 +329,13 @@
}]
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad(options) {
this.type = options.type;
this.form.type = (options.type == 'user' ? 2 : 1);

@ -99,6 +99,10 @@
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
tothere(item) {
uni.openLocation({

@ -146,12 +146,19 @@
}
})
},
// onShareAppMessage() {
// return {
// title: this.list.name,
// path: "/packages/activity/info?id=" + this.list.id,
// imageUrl: this.list.cover_upload.url
// }
// },
onShareAppMessage() {
return {
title: this.list.name,
path: "/packages/activity/info?id=" + this.list.id,
imageUrl: this.list.cover_upload.url
}
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
timeFormat(val, format) {

@ -137,6 +137,13 @@
]
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
towhere(index) {

@ -26,6 +26,10 @@
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
markertap() {
this.openlocation();

@ -84,6 +84,13 @@
onShow() {
this.loadOrder();
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
handleChange(e) {
this.current = e.index;

@ -143,6 +143,13 @@
tend_time:""
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad(options) {
if (!this.util.isNull(options.id)) {
this.optionid = options.id

@ -71,6 +71,13 @@
}
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onShow() {
this.loadOrder();
},

@ -90,6 +90,13 @@
}]
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad(options) {
let that = this;
this.loadConfigInfo();

@ -77,6 +77,13 @@
onShow() {
this.loadOrder();
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
timeFormat(date, format) {
return this.$moment(date).format(format);

@ -110,7 +110,13 @@
this.loadInfo(options.id);
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onShow() {
var that = this
this.timer = setInterval(function() {

@ -155,6 +155,13 @@
notice: {}
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad(options) {
let that = this;
that.showInfo = true;

@ -209,6 +209,13 @@
this.animationData = animation.export()
},800)
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad() {
var that = this;

@ -23,6 +23,13 @@
showContent: false,
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad(options) {
this.id = options.id ? options.id : ''
this.loadDetail()

@ -81,6 +81,13 @@
this.id = options.id ? options.id : ''
this.loadDetail()
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
cancelTime(val){
return val.substring(0,10)

@ -124,6 +124,13 @@
this.getRelic()
this.getBooks()
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
cancelTime(str) {
return str ? str.substring(0, 10) : ''

@ -52,7 +52,13 @@
onLoad() {
this.loadExhibit(1)
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onPullDownRefresh() {
if (!this.isLoading) {
this.loadExhibit(this.currentPage + 1);

@ -125,6 +125,10 @@
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
showwhat(type) {
if (type == "showform")

@ -243,6 +243,10 @@
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad() {
//

@ -127,6 +127,13 @@
}
},
onReady() {},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onShow() {
var that = this;

@ -21,6 +21,10 @@
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
goBack(){
uni.switchTab({

@ -63,6 +63,13 @@
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
goHome() {
uni.switchTab({

@ -497,7 +497,13 @@
clearInterval(this.t)
clearTimeout(this.timer)
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onUnload() {
clearInterval(this.t)
clearTimeout(this.timer)

@ -12,6 +12,13 @@
value1: ""
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
}

@ -195,6 +195,13 @@
showAdd: false
}
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
methods: {
closeAdd() {
this.showAdd = false

@ -31,6 +31,13 @@
},
onReady() {
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad() {
this.getVr()

@ -13,6 +13,13 @@
},
onShow() {
},
onShareAppMessage() {
return this.util.shareInfo
},
onShareTimeline(){
return this.util.shareInfo
},
onLoad(options) {
if(options.link){

Loading…
Cancel
Save