|
@@ -581,7 +581,7 @@
|
|
console.log('条码内容:' + res.result);
|
|
console.log('条码内容:' + res.result);
|
|
setTimeout(function() {
|
|
setTimeout(function() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url: `/pages/game_dazi/code_content/index?link=${res.result}`
|
|
|
|
|
|
+ url: `/pages/game_dazi/code_content/index?link=${encodeURIComponent(res.result)}`
|
|
});
|
|
});
|
|
}, 1000);
|
|
}, 1000);
|
|
myGameJoinIdApi(that.noteDetails.id).then(res => {
|
|
myGameJoinIdApi(that.noteDetails.id).then(res => {
|