This commit is contained in:
xsl
2026-03-12 13:55:06 +08:00
parent 172924dd6b
commit b6c20c74d9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"type": "component-uts",
"sale": {
"regular": {
"price": "168.00"
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
+2 -2
View File
@@ -34,8 +34,8 @@ flash
## uni-app x项目(uvue)中调用示例:
```js
import { takePhoto } from "@/uni_modules/XF-cameraUTS";
import { TakePhotoOption, TakePhotoSuccessCallbackResult } from "@/uni_modules/XF-cameraUTS/utssdk/interface.uts";
import { takePhoto } from "@/uni_modules/Skin-cameraUTS";
import { TakePhotoOption, TakePhotoSuccessCallbackResult } from "@/uni_modules/Skin-cameraUTS/utssdk/interface.uts";
let options = {
success: (res : TakePhotoSuccessCallbackResult) => {