Commit 31b8e911 authored by 何毅恒's avatar 何毅恒

c

parent 3e7ffe95
......@@ -178,7 +178,7 @@ export default {
postscript: '', // 订单附言,由用户提交订单前填写
cart_numbers: '' // 购买数量s,多个则使用逗号分隔(buy_type=1时必填)
},
isSupportCOD:0, //判读是否支持货到付款(0不支持,1支持)
isSupportCOD:1, //判读是否支持货到付款(0不支持,1支持)
}
},
......
......@@ -130,7 +130,7 @@
</view>
</view>
<view class="item mt-3 w-100 flex j-start a-center">
<view class="hd">先货后款:</view>
<view class="hd">货到付款:</view>
<view class="flex-1">
<text>{{order_detail.order.goods_before_pay === '0' ? '否' : '是'}}</text>
</view>
......
{
"description": "项目配置文件,详见文档:%s",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"ignoreUploadUnusedFiles": true
},
"compileType": "miniprogram",
"libVersion": "2.17.0",
"appid": "wx7b474a64a2ce0749",
"projectname": "singlestore",
"debugOptions": {
"hidedInDevtools": []
},
"scripts": {},
"staticServerOptions": {
"baseURL": "",
"servePath": ""
},
"isGameTourist": false,
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"game": {
"list": []
},
"plugin": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": []
}
}
}
\ No newline at end of file
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