Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
singleStore
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Max
singleStore
Commits
31b8e911
Commit
31b8e911
authored
Apr 14, 2022
by
何毅恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c
parent
3e7ffe95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
79 additions
and
2 deletions
+79
-2
pages/order/confirm-order.vue
pages/order/confirm-order.vue
+1
-1
pages/order/order-detail.vue
pages/order/order-detail.vue
+1
-1
project.config.json
project.config.json
+77
-0
No files found.
pages/order/confirm-order.vue
View file @
31b8e911
...
...
@@ -178,7 +178,7 @@ export default {
postscript
:
''
,
// 订单附言,由用户提交订单前填写
cart_numbers
:
''
// 购买数量s,多个则使用逗号分隔(buy_type=1时必填)
},
isSupportCOD
:
0
,
//判读是否支持货到付款(0不支持,1支持)
isSupportCOD
:
1
,
//判读是否支持货到付款(0不支持,1支持)
}
},
...
...
pages/order/order-detail.vue
View file @
31b8e911
...
...
@@ -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>
...
...
project.config.json
0 → 100644
View file @
31b8e911
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment