Browse Source

結帳頁 debug

Dev
parent
commit
ff44d666cb
  1. 4
      FrontEnd/nuxt.config.js
  2. 1
      FrontEnd/pages/service/_id.vue
  3. 2
      FrontEnd/pages/service/checkout/_id.vue

4
FrontEnd/nuxt.config.js

@ -132,8 +132,8 @@ export default {
},
proxy: {
'/trending': {
target: 'http://www.origtek.com:3002',// 服務地址
// target: 'http://localhost:3466',// 服務地址
// target: 'http://www.origtek.com:3002',// 服務地址
target: 'http://localhost:3466',// 服務地址
pathRewrite: {
'^/trending': '/'
},

1
FrontEnd/pages/service/_id.vue

@ -866,6 +866,7 @@ export default {
}
let selectExhibitionData = this.$refs.ref_selectExhibition.formData;
let selectExhibitionServiceData = [];
if(this.selectExhibitionServiceList.length>0){
for(let i=0;i<this.selectExhibitionServiceList.length;i++){
let ref = eval("this.$refs.ref_selectExhibitionitem"+this.selectExhibitionServiceList[i].id)[0];

2
FrontEnd/pages/service/checkout/_id.vue

@ -44,7 +44,6 @@
@click="checkRoute"
>
登入
<!-- {{ $t("Next") }} -->
</button>
</nuxt-link>
</div>
@ -55,7 +54,6 @@
class="btn_add"
>
加入會員
<!-- {{ $t("Next") }} -->
</button>
</nuxt-link>
</div>

Loading…
Cancel
Save