このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
weapp
/
C
ウォッチ
8
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
66
Wiki
アクティビティ
ソースを参照
[拼团][修改]:[拼团详情问题的修改]
tags/安徽版C.4.1.6最终版
meo
6年前
親
941e5c2c23
コミット
724df24a66
2個のファイルの変更
、
11行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-1
pages/joinFrDpell/index.js
+8
-3
pages/spellDetail/index.js
+ 3
- 1
pages/joinFrDpell/index.js
ファイルの表示
@@ -41,7 +41,9 @@ Page({
avatarUrl: options.avatarUrl,
nickName: options.nickName,
})
this.checkUser(options);
if (options.orderGroupId){
this.checkUser(options);
}
},
gotoIndex(){
wx.reLaunch({
+ 8
- 3
pages/spellDetail/index.js
ファイルの表示
@@ -69,9 +69,14 @@ Page({
this.setData({
paramData: options
})
this.getUserInfo()
this.getDetail(options);
this.checkUser(options)
this.getUserInfo();
if (options.orderGroupId){
if (options.orderId && options.couponId){
this.getDetail(options);
}
this.checkUser(options);
}
// 关闭来自于左上角的分享
wx.hideShareMenu()
},
書き込み
プレビュー
読み込み中…
キャンセル
保存