浏览代码

充值跳转终版

zhaoli 3 年之前
父节点
当前提交
4b85cd09ba
共有 4 个文件被更改,包括 2 次插入4 次删除
  1. 1 1
      config/index.js
  2. 1 1
      src/components/reader/menu.vue
  3. 0 1
      src/view/pay.vue
  4. 0 1
      src/view/reader.vue

+ 1 - 1
config/index.js

@@ -28,7 +28,7 @@ module.exports = {
     },
 
     // Various Dev Server settings
-    host: "0.0.0.0", // can be overwritten by process.env.HOST
+    host: "10.20.50.140", // can be overwritten by process.env.HOST
     port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
     autoOpenBrowser: false,
     errorOverlay: true,

+ 1 - 1
src/components/reader/menu.vue

@@ -91,7 +91,7 @@
         <v-touch class="x-reader-menu-foot__option-icon"
                  @tap="emit('next')"
                  @touchend.native.prevent> <img :src="icon.next">
-          <span class="x-reader-menu-foot__option-text">下一章11</span>
+          <span class="x-reader-menu-foot__option-text">下一章</span>
         </v-touch>
       </div>
     </div>

+ 0 - 1
src/view/pay.vue

@@ -476,7 +476,6 @@ export default {
   },
   mounted() {
     this.popup()
-    console.log('接受的参数',this.$route.query)
   },
   methods: {
     changeCoupon() {

+ 0 - 1
src/view/reader.vue

@@ -501,7 +501,6 @@ export default {
           const sequence = this.$route.query.sequence
           const last_bid = this.$route.query.bid
           const last_cid = this.$route.query.cid
-          console.log('接受上一章id',this.$route.query)
           const from_detail_catalog = this.$route.query.from_detail_catalog
           const sendid = this.$route.query.sendid
           const yun = this.$route.query.yun