vr-shopxo-source/sourcecode/weixin/default/pages/lib/online-service/content.wxml

5 lines
353 B
Plaintext
Raw Normal View History

2019-07-03 16:59:07 +00:00
<template name="online_service">
2019-11-26 07:51:26 +00:00
<button open-type="contact" class="common-quick-nav common-online-service" send-message-title="{{title || ''}}" send-message-path="{{path || ''}}" send-message-img="{{img || ''}}" show-message-card="{{card || false}}">
2020-08-12 07:06:33 +00:00
<image src="/images/online-service-icon.png" class="dis-block"></image>
2019-07-03 16:59:07 +00:00
</button>
</template>