Skip to content

Commit c9a0ac3

Browse files
committed
fix: turn globalObject from 'my' to 'dd'
1 parent 52c905d commit c9a0ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/program.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const PACKAGE_NAME = '@tarojs/plugin-platform-alipay-dd'
55

66
export default class DD extends Alipay {
77
platform = 'dd'
8+
globalObject = 'dd'
89
runtimePath = `${PACKAGE_NAME}/dist/runtime`
910
taroComponentsPath = `${PACKAGE_NAME}/dist/components-react`
1011

0 commit comments

Comments
 (0)