Commit 6a8f1949 authored by 潘永坪's avatar 潘永坪

bug处理

parent 246c7955
......@@ -77,7 +77,7 @@
待使用
</view>
</view>
<view class="middle2-list" @click="goOrderlist(3)">
<view class="middle2-list" @click="goOrderlist(5)">
<view>
<image src="@/static/img/my/center/evaluate.png"></image>
</view>
......@@ -126,14 +126,14 @@
通行码
</view>
</view>
<view class="middle3-list" @click="goMyPhoto()">
<!-- <view class="middle3-list" @click="goMyPhoto()">
<view>
<image src="@/static/img/my/center/album.png"></image>
</view>
<view>
我的影集
</view>
</view>
</view> -->
<view class="middle3-list" @click="goshopping()">
<view>
<image src="@/static/img/my/center/shopping.png"></image>
......
......@@ -160,7 +160,7 @@ export default {
}
this.$request('orderc/order/findOrderInfo', data).then(res => {
if (res.code == '00') {
if(this.albumOrderdetail=1){
if(this.albumOrderdetail==1){
//主要跳转影集订单详情,暂时是前端写死
this.afterBuyUrl='/pages/album/albumOrderdetail/albumOrderdetail'
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment