You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
刘嘉炜 ed338af408 v1.0.7 formal 4 years ago
public init 4 years ago
src v1.0.7 formal 4 years ago
.gitignore init 4 years ago
README.md 占用场地 4 years ago
babel.config.js init 4 years ago
package-lock.json fix all & vtest1.0.1 4 years ago
package.json fix all & vtest1.0.1 4 years ago
postcss.config.js init 4 years ago
tsconfig.json init 4 years ago
yarn.lock init 4 years ago

README.md

smart_business_assistant

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.

微信小程序编译命令


npm run dev:mp-weixin   // 编译成功后导入微信开发工具
npm run build:mp-weixin

配置

正式APPID

wxf1294b279ad1b845

测试APPID

wx7106e84614cf0060

ipx 底部适配高度函数

    padding-bottom: 0;
    padding-bottom: calc( 0 + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */
    padding-bottom: calc( 0 + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */

蓝湖

分包情况下,H5无法编译image的绝对路径,相对路径正常