Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
afc840e318
5 changed files with 6 additions and 9 deletions
  1. 4
      pages/shop/create/index.wxss
  2. 7
      submodel/pages/shop/create/index.js
  3. 0
      submodel/pages/shop/create/index.json
  4. 1
      submodel/pages/shop/create/index.wxml
  5. 3
      submodel/pages/shop/create/index.wxss

4
pages/shop/create/index.wxss

@ -1,4 +0,0 @@
/* pages/shop/apply/index.wxss */
.margin-top{
margin-top: 18rpx;
}

pages/shop/create/index.js → submodel/pages/shop/create/index.js

@ -1,7 +1,6 @@
// pages/shop/apply/index.js
import { updateStore, getStoreInfo, editStore } from "../../../api/ztb"
const util = require('../../../utils/util')
import regions from '../../../const/region'
import { updateStore, getStoreInfo, editStore } from "../../../../api/ztb"
const util = require('../../../../utils/util')
import regions from '../../../../const/region'
Page({
/**

pages/shop/create/index.json → submodel/pages/shop/create/index.json

pages/shop/create/index.wxml → submodel/pages/shop/create/index.wxml

@ -1,4 +1,3 @@
<!--pages/shop/apply/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">完善店铺</view>
</cu-custom>

3
submodel/pages/shop/create/index.wxss

@ -0,0 +1,3 @@
.margin-top{
margin-top: 18rpx;
}
Loading…
Cancel
Save