浏览代码

feat: 删除打印

Damon 1 年之前
父节点
当前提交
2b7c450ac4
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      package.json
  2. 0 1
      src/pages/pay/index.vue

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "version": "0.1.0",
   "private": true,
   "scripts": {
-    "serve": "npm run dev:h5",
+    "dev": "npm run dev:h5",
     "test": "vue-cli-service build --mode test",
     "build": "npm run build:h5",
     "build:app-plus": "cross-env NODE_ENV=production UNI_PLATFORM=app-plus vue-cli-service uni-build",

+ 0 - 1
src/pages/pay/index.vue

@@ -102,7 +102,6 @@ export default {
   },
   onLoad(e) {
     this.state = e.state
-    console.log("ddddddddd===="+this.state);
     this.getOpenId(e)
     this.getDetail()
     this.getOptions()