|
@@ -51,7 +51,7 @@ Page({
|
|
}, function() {
|
|
}, function() {
|
|
wx.showModal({
|
|
wx.showModal({
|
|
title: '提示',
|
|
title: '提示',
|
|
- content: '需要获取您的公开信息(昵称、头像等),请从小程序列表删除小学王者班后再次扫码进入,允许授权后可正常使用',
|
|
|
|
|
|
+ content: '需要获取您的公开信息(昵称、头像等),请从小程序列表删除勋章战士后再次扫码进入,允许授权后可正常使用',
|
|
showCancel: false,
|
|
showCancel: false,
|
|
success: function (res) {
|
|
success: function (res) {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
@@ -190,7 +190,7 @@ Page({
|
|
}, function() {
|
|
}, function() {
|
|
wx.showModal({
|
|
wx.showModal({
|
|
title: '提示',
|
|
title: '提示',
|
|
- content: '需要获取您的公开信息(昵称、头像等),请从小程序列表删除小学王者班后再次扫码进入,允许授权后可正常使用',
|
|
|
|
|
|
+ content: '需要获取您的公开信息(昵称、头像等),请从小程序列表删除勋章战士后再次扫码进入,允许授权后可正常使用',
|
|
showCancel: false,
|
|
showCancel: false,
|
|
success: function (res) {
|
|
success: function (res) {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
@@ -218,7 +218,7 @@ Page({
|
|
}
|
|
}
|
|
const postId = ops.target.dataset.postid;
|
|
const postId = ops.target.dataset.postid;
|
|
return {
|
|
return {
|
|
- title: '小学王者班',
|
|
|
|
|
|
+ title: '勋章战士',
|
|
path: `pages/transmit/transmit?ind=7&postId=${postId}`,
|
|
path: `pages/transmit/transmit?ind=7&postId=${postId}`,
|
|
success: function (res) {
|
|
success: function (res) {
|
|
// 转发成功
|
|
// 转发成功
|