diff --git a/src/pages/exchangepage/edittemplate/couponCard/couponConfig/bottomBar.js b/src/pages/exchangepage/edittemplate/couponCard/couponViewConfig/bottomBar.js similarity index 100% rename from src/pages/exchangepage/edittemplate/couponCard/couponConfig/bottomBar.js rename to src/pages/exchangepage/edittemplate/couponCard/couponViewConfig/bottomBar.js diff --git a/src/pages/exchangepage/edittemplate/couponCard/couponConfig/comm.less b/src/pages/exchangepage/edittemplate/couponCard/couponViewConfig/comm.less similarity index 100% rename from src/pages/exchangepage/edittemplate/couponCard/couponConfig/comm.less rename to src/pages/exchangepage/edittemplate/couponCard/couponViewConfig/comm.less diff --git a/src/pages/exchangepage/edittemplate/couponCard/couponConfig/searchBar.js b/src/pages/exchangepage/edittemplate/couponCard/couponViewConfig/searchBar.js similarity index 100% rename from src/pages/exchangepage/edittemplate/couponCard/couponConfig/searchBar.js rename to src/pages/exchangepage/edittemplate/couponCard/couponViewConfig/searchBar.js diff --git a/src/pages/exchangepage/edittemplate/goodstemplate.js b/src/pages/exchangepage/edittemplate/goodstemplate.js index b2c2550e..6720d4bf 100644 --- a/src/pages/exchangepage/edittemplate/goodstemplate.js +++ b/src/pages/exchangepage/edittemplate/goodstemplate.js @@ -6,9 +6,9 @@ import "../../../assets/comm.css" import './goodstemplate.less' -import SearchBarView from './couponCard/couponConfig/searchBar' //商品详情搜索栏 +import SearchBarView from './couponCard/couponViewConfig/searchBar' //商品详情搜索栏 -import BottomBarView from './couponCard/couponConfig/bottomBar' //底部栏 +import BottomBarView from './couponCard/couponViewConfig/bottomBar' //底部栏 import {Sweetalert} from 'zent'