bc3b464349
微信小程序 host-bridge 与 shell 文件改为职责命名 移动壳 host-bridge 与 shell 文件改为职责命名 更新原生壳结构门禁、微信 smoke 和宿主壳文档
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
/* global Page */
|
|
|
|
const { createWechatPayPage } = require('../../shell/payment');
|
|
|
|
Page(createWechatPayPage());
|