作者 liaolinfeng

手机商场项目备份

... ... @@ -31,13 +31,13 @@ App({
header: { 'content-type': 'application/x-www-form-urlencoded' },
success:function(res){//返回取得的数据
resolve(res);
setTimeout(function(){
wx.hideLoading()
},600)
wx.hideNavigationBarLoading()
},
error:function(e){
error:function(err){
console.log(err);
reject("网络错误");
wx.hideLoading();
wx.hideNavigationBarLoading();
... ...
... ... @@ -753,9 +753,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -775,7 +773,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -515,9 +515,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -535,9 +533,30 @@ Page({
},
/**
* 用户点击右上角分享
*/
* 用户点击右上角分享
*/
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -144,9 +144,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -167,6 +165,27 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -232,9 +232,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -255,6 +253,27 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -68,9 +68,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -90,7 +88,31 @@ Page({
/**
* 用户点击右上角分享
*/
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -361,9 +361,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -384,6 +382,27 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -118,9 +118,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -140,7 +138,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -162,9 +162,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -183,7 +181,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -111,9 +111,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -131,9 +129,30 @@ Page({
},
/**
* 用户点击右上角分享
*/
* 用户点击右上角分享
*/
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -50,9 +50,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -73,6 +71,27 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -73,9 +73,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -95,7 +93,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -343,9 +343,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -365,7 +363,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -164,9 +164,7 @@
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -187,6 +185,30 @@
* 用户点击右上角分享
*/
onShareAppMessage: function() {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -80,9 +80,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -102,7 +100,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -88,9 +88,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -110,7 +108,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -170,10 +170,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -194,8 +191,27 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function() {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -93,9 +93,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -115,7 +113,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -177,9 +177,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -199,7 +197,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -70,6 +70,9 @@
<block wx:if='{{discount==2}}'>
<view class="{{seckillstatus==1?'sec_btn':'sec_btn_no'}}" bindtap='goBuy'>立即购买</view>
</block>
<block wx:elif='{{listdetail.number==0}}'>
<view class="sec_btn_no">已售馨</view>
</block>
<block wx:else>
<view class='shop_car_btn' bindtap='goshopcar'>
<view class='goods_num' wx:if='{{cartslen != 0}}'>{{cartslen}}</view>
... ...
... ... @@ -68,9 +68,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -90,7 +88,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -136,9 +136,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -159,6 +157,30 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function() {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -28,16 +28,8 @@ Page({
TimeInterval[i].start_times = time.timestampToTime(res.data.data[i].start_time,0)
TimeInterval[i].end_times = time.timestampToTime(res.data.data[i].end_time,1)
TimeInterval[i].currentday = time.timestampToTime(res.data.data[i].start_time,2);
TimeInterval[i].statefag = false;
if (TimeInterval[i].state == 1) {
TimeInterval[i].statefag = true;
this.setData({
endTime: TimeInterval[i].end_times,
currentid: TimeInterval[i].id
})
that.countTime();
that.secondsKill(TimeInterval[i].currentday, TimeInterval[i].id,
TimeInterval[i].state);
}else{
TimeInterval[i].statefag = false;
}
... ... @@ -49,14 +41,17 @@ Page({
let state;
for (var i = 0; i<TimeInterval.length;i++){
if (TimeInterval[i].state == 1) {
TimeInterval[i].statefag = true;
this.setData({
endTime: TimeInterval[i].end_times,
currentid: TimeInterval[i].id
})
currentday = TimeInterval[i].currentday;
id = TimeInterval[i].id;
state = TimeInterval[i].id;
state = 1;
if(i != 0){
TimeInterval[0].statefag = false;
}
break;
} else {
TimeInterval[0].statefag = true;
this.setData({
... ... @@ -65,7 +60,7 @@ Page({
})
currentday = TimeInterval[0].currentday;
id = TimeInterval[0].id;
state = TimeInterval[0].id;
state = 0;
}
}
that.countTime();
... ... @@ -103,14 +98,15 @@ Page({
})
//递归每秒调用countTime方法,显示动态时间效果
setTimeout(that.countTime, 100);
} else {
} else {//容易出现死循环
console.log('999999999999999')
that.setData({
countdown: '00:00:00',
hour: '00',
minute: '00',
second: '00',
})
// that.getTimeInterval();
// that.getTimeInterval();
}
},
//点击顶部tab调接口
... ... @@ -135,7 +131,7 @@ Page({
},
//秒杀专场商品列表
secondsKill(day = '', id = '', seckillstatus='') {
console.log(seckillstatus);
let url = 'goods/snapUpList'
let params = {
day: day,
... ... @@ -176,20 +172,14 @@ Page({
icon: 'none'
}, 2000)
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function(options) {
let that=this;
that.getTimeInterval()
this.getTimeInterval()
//倒计时
this.countTime()
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
... ... @@ -201,10 +191,9 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow: function() {
this.getTimeInterval()
// countdown(this);
var that = this;
this.countTime()
that.getTimeInterval()
that.countTime()
},
/**
... ... @@ -218,9 +207,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -241,6 +228,30 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function() {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -360,9 +360,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -382,7 +380,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -343,9 +343,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -366,6 +364,30 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function() {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -59,9 +59,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -82,6 +80,27 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -180,9 +180,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -202,7 +200,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -171,9 +171,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -193,7 +191,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -8,12 +8,11 @@ Page({
data: {
goods_id: [],
goodslist: [],
currentTab: 4,//对应接口参数state//0未支付,1已支付,2已发货,3已完成,4查全部
currentTab: 4, //对应接口参数state//0未支付,1已支付,2已发货,3已完成,4查全部
order_id: '',
moudel: false,
tel:''
tel: ''
},
// 点击标题切换当前页时改变样式
swichNav: function(e) {
var cur = e.target.dataset.current;
... ... @@ -27,7 +26,7 @@ Page({
}
},
//商品列表
goodsList(state=4) {
goodsList(state = 4) {
let url = 'users/getOrderList'
let params = {
users_id: app.globalData.users_id,
... ... @@ -56,56 +55,66 @@ Page({
//取消订单
cancelOrder(e) {
ifcancelOrder(e) {
let that=this;
let id=e.currentTarget.dataset.id;
wx.showModal({
title: '提示',
content: '确定要取消订单吗?',
showCancel: true,
cancelText: '取消',
cancelColor: '',
confirmText: '确认',
confirmColor: '',
success: function(res) {
if(res.confirm){
that.cancelOrder(id);
}else if(res.cancel){
}
},
fail: function(res) {
},
complete: function(res) {}
})
},
cancelOrder(id) {
let that=this;
let url = 'users/deleteOrder'
let params = {
order_id: e.currentTarget.dataset.id,
order_id: id,
}
app.post(url, params).then(url, params).then((res) => {
if (res.data.code == 200) {
wx.showModal({
title: '提示',
content: '确定要取消订单吗?',
showCancel: true,
cancelText: '取消',
cancelColor: '',
confirmText: '确认',
confirmColor: '',
success: function(res) {
wx.switchTab({
url: '../../index/index',
})
},
fail: function(res) {
wx.showToast({
title: '取消失败',
icon: 'none',
})
},
complete: function(res) {},
wx.showToast({
title: '取消成功',
icon: 'none',
duration: 2000,
success:function(){
that.goodsList(0)
}
})
}
})
},
//确认收货
confirmOrder(e) {
let that=this;
let that = this;
let url = 'users/confirmOrder'
let params = {
order_id: e.currentTarget.dataset.id,
}
app.post(url, params).then((res) => {
if(res.data.code==200){
if (res.data.code == 200) {
wx.showToast({
title: '收货成功',
icon: 'success',
duration: 2000
})
setTimeout(function(){
setTimeout(function() {
that.goodsList(that.data.currentTab);
},2000)
}, 2000)
}
})
},
... ... @@ -122,24 +131,24 @@ Page({
})
},
//获取客服电话
getservertel(){
let that=this;
let url ='users/getServiceTelephone';
app.post(url,{}).then((res)=>{
if(res.data.code==200){
getservertel() {
let that = this;
let url = 'users/getServiceTelephone';
app.post(url, {}).then((res) => {
if (res.data.code == 200) {
that.setData({
tel:res.data.data
tel: res.data.data
})
}
}).catch((errMsg)=>{
}).catch((errMsg) => {
console.log(errMsg)
})
},
//联系客服
contactBuyer() {
let that=this;
let that = this;
wx.makePhoneCall({
phoneNumber: that.data.tel //仅为示例,并非真实的电话号码
})
... ... @@ -179,9 +188,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -202,6 +209,27 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function() {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '', //自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function(res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') {}
},
fail: function() {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function() {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -51,7 +51,7 @@
</view>
</view>
<view class='order_btn' wx:if='{{items.state==0}}'>
<view class='cancel' bindtap='cancelOrder' data-id='{{items.id}}'>取消订单</view>
<view class='cancel' bindtap='ifcancelOrder' data-id='{{items.id}}'>取消订单</view>
<view class='charge' bindtap='orderDetail' data-id='{{items.id}}'>去付款</view>
</view>
<view class='order_btn' wx:elif='{{items.state==2}}'>
... ...
... ... @@ -141,9 +141,7 @@ Page({
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
wx.reLaunch({
url: '../start/start'
})
},
/**
... ... @@ -163,7 +161,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -207,7 +207,28 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
let that = this;
var shareObj = {
title: '金钻手机商场', // 默认是小程序的名称(可以写slogan等)
path: 'pages/start/start', // 默认是当前页面,必须是以‘/’开头的完整路径
imgUrl: '',//自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
// 转发成功之后的回调
if (res.errMsg == 'shareAppMessage:ok') { }
},
fail: function () {
// 转发失败之后的回调
if (res.errMsg == 'shareAppMessage:fail cancel') {
// 用户取消转发
} else if (res.errMsg == 'shareAppMessage:fail') {
// 转发失败,其中 detail message 为详细失败信息
}
},
complete: function () {
// 转发结束之后的回调(转发成不成功都会执行)
}
}   // 来自页面内的按钮的转发
return shareObj;
}
})
\ No newline at end of file
... ...
... ... @@ -16,6 +16,7 @@
}
.container image{
width:100%;
height: 100%;
}
.logo_box{
... ...