更新记录
1.0.0(2025-06-04) 下载此版本
首次发布
平台兼容性
uni-app x
Chrome | Safari | Android | iOS | 鸿蒙 | 微信小程序 |
---|---|---|---|---|---|
- | - | × | × | √ | × |
sr-hm-appStore
导入
// #ifdef APP-HARMONY
import { openAppProduct } from '@/uni_modules/sr-hm-appStore'
// #endif
使用
openAppProduct({
success: (res) => {
console.log('success: ', JSON.stringify(res));
},
fail: (err) => {
console.error('fail: ', JSON.stringify(err));
}
})
不需要回调结果,直接调用即可
openAppProduct()