Browse Source

修改冲突内容

home_hotList
ld0104 2 years ago
parent
commit
0e291bed07
  1. 19
      pages/shop/Evaluations/EvaluationDetail/index.vue

19
pages/shop/Evaluations/EvaluationDetail/index.vue

@ -122,21 +122,10 @@
<view class="">分享</view> <view class="">分享</view>
</view> --> </view> -->
</view> </view>
<view class="btn" @click="goGoodsDetail">立即购买</view> <view class="btn" @click="goGoodsDetail">立即购买</view>
<<<<<<< HEAD
</view> </view>
</view> </view>
</template> </template>
=======
</view>
</view>
</template>
>>>>>>> sxx
<script> <script>
import { getEvaluationDetail,getUserCollection,delUserCollection} from '@/api/store' import { getEvaluationDetail,getUserCollection,delUserCollection} from '@/api/store'
export default { export default {
@ -148,17 +137,13 @@
id: 0, id: 0,
info: {}, info: {},
feelCurrent: 0, feelCurrent: 0,
accessibilityCurrent: 0, accessibilityCurrent: 0,
<<<<<<< HEAD
editableTabs:[], editableTabs:[],
tagStyle: { tagStyle: {
p: 'text-indent:2em;font-family: PingFang SC;font-size:28rpx;text-indent: 42rpx;', p: 'text-indent:2em;font-family: PingFang SC;font-size:28rpx;text-indent: 42rpx;',
img: 'padding:0;margin:0;font-size:0;display:block;' img: 'padding:0;margin:0;font-size:0;display:block;'
} }
}; };
=======
};
>>>>>>> sxx
}, },
onLoad() { onLoad() {
this.id = this._route.query.id this.id = this._route.query.id

Loading…
Cancel
Save