color ui小程序顶部图片显示问题

img

上图是color ui 网站 上的 例子,只有VUE 的写法

img

这个是用原生写的,js如下


<cu-custom isBack="{{true}}" bgImage="/img/BasicsBg.png">
    <view slot="backText">返回</view>
</cu-custom>

怎么才能达到官网的效果啊,用js不用vue

官网示例是不可滑动的,头部可能是整个页面的背景图