公告板
版本库
filestore
活动
搜索
登录
wm
/
pipIrrSp
沙盘演示系统应用的微信小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.添加瞬时流量相关2.优化界面3.修改原开阀和未关阀列表的sessionId为clientId
zuoxiao
2024-11-14
a84175b5e189ac6da0d80ac64f77a4b45e7c9157
[wm/pipIrrSp.git]
/
miniprogram_npm
/
tdesign-miniprogram
/
action-sheet
/
index.js
1
2
3
4
5
6
7
8
9
10
import { show, close, ActionSheetTheme } from './show';
export { ActionSheetTheme };
export default {
show(options) {
return show(options);
},
close(options) {
return close(options);
},
};