Commit 600d81be09e61862f89acebc44032db3423a7609
1 parent
ded3fbc4
Exists in
master
feat:暂无活动
Showing
4 changed files
with
4 additions
and
1 deletions
Show diff stats
src/views/Service/DatePackage.vue
@@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
43 | <p v-if="active>-1&&comboList[active]"><span>¥</span>{{comboList[active].actualPrice*1000*count/1000}} <del>{{comboList[active].productPrice*1000*count/1000}}</del></p> | 43 | <p v-if="active>-1&&comboList[active]"><span>¥</span>{{comboList[active].actualPrice*1000*count/1000}} <del>{{comboList[active].productPrice*1000*count/1000}}</del></p> |
44 | </div> | 44 | </div> |
45 | <div class="box box2"> | 45 | <div class="box box2"> |
46 | - <span @click="checkOrder()">去支付</span> | 46 | + <span @click="checkOrder()">去下单</span> |
47 | </div> | 47 | </div> |
48 | </div> | 48 | </div> |
49 | </div> | 49 | </div> |
src/views/Service/component/ServiceListFour.vue
src/views/Service/component/ServiceListSecond.vue
src/views/Service/component/ServiceListThird.vue