|
@@ -53,7 +53,7 @@
|
|
|
<image class="icon" src="../../static/images/xcxq.png"></image>
|
|
|
<view class="x1">详情</view>
|
|
|
</view>
|
|
|
- <view class="btn btn1" @click.stop="toDetailHandle1(item)">
|
|
|
+ <view class="btn btn2" @click.stop="toDetailHandle1(item)">
|
|
|
<image
|
|
|
class="icon"
|
|
|
src="../../static/images/xuncha.png"
|
|
@@ -159,6 +159,8 @@ export default {
|
|
|
const sendData = {
|
|
|
dkbh: this.dkbhModel,
|
|
|
xcryId: uni.getStorageSync('userInfo').id,
|
|
|
+ // xcryId: '11e77c7e53b2730407fd3e481b2d6558',
|
|
|
+
|
|
|
};
|
|
|
httpAjax({
|
|
|
url: 'app/xc/getXcryDkList',
|