main^2
wubin 11 months ago
parent cae193a87c
commit 31b992756c

@ -61,12 +61,10 @@ export const SelectFreePlate: Taro.FC = () => {
setConnectorSn('');
return;
}
}
};
const handleSave = () => {
if (selectedCarId == 0) {
showFailToast('请选择车辆或手工输入车牌号!');
return;
@ -79,7 +77,6 @@ export const SelectFreePlate: Taro.FC = () => {
url: `/pages/order-detail/order-detail?isFromCharging=${true}&orderNo=${router.params.order_no}`,
});
}
};
const handleInputCode = () => {

@ -0,0 +1,35 @@
NodeJS版本node-v14.21.3
# 查询当前使用的镜像源
npm get registry
# 设置为淘宝镜像源
npm config set registry https://registry.npmmirror.com/
# 还原为官方镜像源
npm config set registry https://registry.npmjs.org/
# ms-manager-sass-ui-ylt-main项目
# 需要安装marked组件
npm install marked@5.1.2
# 运行
npm run dev
# 编译打包
npm run build:prod
# icharge-mgr-service-ylt-main项目端口7026
# 需要安装egg-validate组件
npm install egg-validate
#运行
npm run dev
# rzyc-weapp-ylt-main小程序
# 安装插件
npm install @tarojs/plugin-platform-weapp
#运行
npm run dev:weapp
Loading…
Cancel
Save