Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Zing22 committed Jan 8, 2023
1 parent 4317e4c commit 1dc03c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/pages/info/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Page({

async showMpCode(e) {
wx.previewImage({
urls: [await signCosUrl(mpcode_img)],
urls: [await cloud.signCosUrl(mpcode_img)],
fail: function(e) {
console.error(e)
}
Expand Down

0 comments on commit 1dc03c8

Please sign in to comment.