custom-service.wxml
328 Bytes
<import src="../../../common/head.wxml" />
<import src="../../../common/foot.wxml" />
<view class="container">
<template is="head" data="{{title: 'scanCode'}}"/>
<view class="page-body">
<view class="btn-area">
<button type="primary">联系客服</button>
</view>
</view>
<template is="foot" />
</view>