fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-11 23:52:37 +08:00
parent a5f4b2c872
commit 8c83f44d4c
5 changed files with 284 additions and 281 deletions

View File

@@ -11,7 +11,7 @@ import Taro from '@tarojs/taro'
const src = ref('')
Taro.useLoad((e) => {
src.value = `${e.url}?uid=${Taro.getStorageSync('uid')}`
src.value = Taro.getStorageSync("url")
})
</script>