提交 1984b7c3 authored 作者: 吴德鹏's avatar 吴德鹏

优化

上级 c72e7d5c
......@@ -67,9 +67,9 @@ $(function () {
viewrecords: true,
sortorder: "desc",
});
$.get('../tbcfexpresstemplate/queryAll',function (res) {
vm.descripition=JSON.parse(res).list;
});
// $.get('../tbcfexpresstemplate/queryAll',function (res) {
// vm.descripition=JSON.parse(res).list;
// });
$.get('../tbcfstore/queryAll',function (res) {
vm.store=JSON.parse(res).list;
})
......
......@@ -77,9 +77,9 @@ $(function () {
vm.payWayCodeList = JSON.parse(res).list;
}),
//查询所有运费模板(品名)
$.get('../tbcfexpresstemplate/queryAll', function (res) {
vm.descripition = JSON.parse(res).list;
}),
// $.get('../tbcfexpresstemplate/queryAll', function (res) {
// vm.descripition = JSON.parse(res).list;
// }),
//查询所有店铺
$.get('../tbcfstore/queryAll', function (res) {
vm.store = JSON.parse(res).list;
......@@ -235,7 +235,64 @@ let vm = new Vue({
//商店集合
store: [],
//品名集合
descripition: [],
descripition: [
{
templateId: '1',
templateTitle: '美妆'
},
{
templateId: '2',
templateTitle: '手机配件与消费电子类产品'
},
{
templateId: '3',
templateTitle: '服装'
},
{
templateId: '4',
templateTitle: '家居日用品厨房用品'
},
{
templateId: '5',
templateTitle: '饰品'
},
{
templateId: '6',
templateTitle: '小家电'
},
{
templateId: '7',
templateTitle: '家纺'
},
{
templateId: '8',
templateTitle: '假发'
},
{
templateId: '9',
templateTitle: '母婴玩具'
},
{
templateId: '10',
templateTitle: '户外运动'
},
{
templateId: '11',
templateTitle: '鞋'
},
{
templateId: '12',
templateTitle: '帽'
},
{
templateId: '13',
templateTitle: '箱包'
},
{
templateId: '14',
templateTitle: '其他'
}
],
//支付方式
payWayCode: '',
//订单状态
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论