wenjuan
yanzai 1 year ago
parent efca93d403
commit c20502bea4

@ -56,6 +56,7 @@ class ApiMapController extends Controller
'Refund' => $base_url . '/api/H5/Refund',//退款 'Refund' => $base_url . '/api/H5/Refund',//退款
'GetMonthPlanCount' => $base_url . '/api/H5/GetMonthPlanCount',//按月获取每日号源 'GetMonthPlanCount' => $base_url . '/api/H5/GetMonthPlanCount',//按月获取每日号源
'GetDayPlanList' => $base_url . '/api/H5/GetDayPlanList',//获取每日号源 'GetDayPlanList' => $base_url . '/api/H5/GetDayPlanList',//获取每日号源
'ComboCompare' => $base_url . '/api/H5/ComboCompare',//套餐对比
]; ];
} }

@ -42,7 +42,7 @@
wx.miniProgram.navigateTo({ wx.miniProgram.navigateTo({
url: url url: url
}) })
}else (info.jump.indexOf('http') !== -1) { } else if (info.jump.indexOf('http') !== -1) {
window.location.href = info.jump window.location.href = info.jump
} else { } else {
if (switch_arr.includes(info.jump)) { if (switch_arr.includes(info.jump)) {
@ -260,7 +260,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="botm_blank_wrapper" style="font-size: 18rpx;color: #ccc;">09261052</view> <view class="botm_blank_wrapper" style="font-size: 18rpx;color: #ccc;">09261439</view>
</view> </view>
</view> </view>
</template> </template>

Loading…
Cancel
Save