小程序
小游戏
企业微信
微信支付
扫描小程序码分享
看图,这是开发工具上的效果:
这是真机上的效果:
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
console.log('1111111111111rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr11111111111111111')
var that = this;
var tbguid = wx.getStorageSync('tbguid');
this.Getnoticemsg(
{
tbguid:tbguid,
frompage:frompage
})
.then((res) => {
console.log('111111111111111111111111111111')
console.log(res)
if(res.Data.stateCode==1){
var te=res.Data.te;
console.log(te)
if(te.isshowmodel){
wx.showModal({
title: te.title,
content: te.content,
showCancel: te.showCancel,//是否显示取消按钮
cancelText:te.cancelText,//默认是“取消”
cancelColor:te.cancelText,//取消文字的颜色
confirmText:te.confirmText,//默认是“确定”
confirmColor: te.confirmColor,//确定文字的颜色
success: function (res) {
if (res.cancel) {
that.openpage(te.cancelClicktype,te.cancelClickPage,'cancel',te.msgguid)
//点击取消,默认隐藏弹框
} else {
//点击确定
that.openpage(te.confirmClicktype,te.confirmClickPage,'ok',te.msgguid)
}
},
fail: function (res) { },//接口调用失败的回调函数
complete: function (res) { },//接口调用结束的回调函数(调用成功、失败都会执行)
})
}
}
})
}
console.log('1111111111111rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr11111111111111111')
var that = this;
var tbguid = wx.getStorageSync('tbguid');
this.Getnoticemsg(
{
tbguid:tbguid,
frompage:frompage
})
.then((res) => {
console.log('111111111111111111111111111111')
console.log(res)
if(res.Data.stateCode==1){
var te=res.Data.te;
console.log(te)
if(te.isshowmodel){
wx.showModal({
title: te.title,
content: te.content,
showCancel: te.showCancel,//是否显示取消按钮
cancelText:te.cancelText,//默认是“取消”
cancelColor:te.cancelText,//取消文字的颜色
confirmText:te.confirmText,//默认是“确定”
confirmColor: te.confirmColor,//确定文字的颜色
success: function (res) {
if (res.cancel) {
that.openpage(te.cancelClicktype,te.cancelClickPage,'cancel',te.msgguid)
//点击取消,默认隐藏弹框
} else {
//点击确定
that.openpage(te.confirmClicktype,te.confirmClickPage,'ok',te.msgguid)
}
},
fail: function (res) { },//接口调用失败的回调函数
complete: function (res) { },//接口调用结束的回调函数(调用成功、失败都会执行)
})
}
}
})
}